Include radio stations in Quick Search

This commit is contained in:
Drew Weymouth
2024-07-01 08:04:10 -07:00
parent 5d13e7bf96
commit 59d979ba80
8 changed files with 74 additions and 8 deletions
+1
View File
@@ -270,6 +270,7 @@ type LyricsProvider interface {
}
type RadioProvider interface {
GetRadioStation(id string) (*RadioStation, error)
GetRadioStations() ([]*RadioStation, error)
}