add missed files in previous commit

This commit is contained in:
Drew Weymouth
2024-06-01 11:20:13 -07:00
parent 0c004baadd
commit 77d21717f6
2 changed files with 23 additions and 0 deletions
+4
View File
@@ -267,6 +267,10 @@ type LyricsProvider interface {
GetLyrics(track *Track) (*Lyrics, error)
}
type RadioProvider interface {
GetRadioStations() ([]*RadioStation, error)
}
type JukeboxProvider interface {
JukeboxStart() error
JukeboxStop() error