add missed files in previous commit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user