Improving backend
This commit is contained in:
parent
e2013351d1
commit
c67b43ab3c
9 changed files with 301 additions and 47 deletions
|
|
@ -11,3 +11,7 @@ type SoundSource interface {
|
|||
Enable() error
|
||||
Disable() error
|
||||
}
|
||||
|
||||
type PlayingSource interface {
|
||||
CurrentlyPlaying() string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue