Include radio stations in Quick Search
This commit is contained in:
@@ -270,6 +270,7 @@ type LyricsProvider interface {
|
||||
}
|
||||
|
||||
type RadioProvider interface {
|
||||
GetRadioStation(id string) (*RadioStation, error)
|
||||
GetRadioStations() ([]*RadioStation, error)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user