mirror of
https://github.com/jetkvm/kvm.git
synced 2025-09-16 08:38:14 +00:00
Fix: linter errors
This commit is contained in:
parent
1e1677b35a
commit
e360348829
@ -35,8 +35,6 @@ type AudioTrackWriter interface {
|
|||||||
WriteSample(sample media.Sample) error
|
WriteSample(sample media.Sample) error
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// NewAudioRelay creates a new audio relay for the main process
|
// NewAudioRelay creates a new audio relay for the main process
|
||||||
func NewAudioRelay() *AudioRelay {
|
func NewAudioRelay() *AudioRelay {
|
||||||
ctx, cancel := context.WithCancel(context.Background())
|
ctx, cancel := context.WithCancel(context.Background())
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user