type error
This commit is contained in:
parent
584513de9b
commit
470bb2f659
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
type Broadcast struct {
|
type Broadcast struct {
|
||||||
Enabled string
|
Enabled bool
|
||||||
Display string
|
Display string
|
||||||
Device string
|
Device string
|
||||||
AudioParams string
|
AudioParams string
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue