remove SupportsSongRadio infra since all mediaproviders support it now
This commit is contained in:
@@ -189,6 +189,8 @@ type MediaProvider interface {
|
||||
|
||||
GetSimilarTracks(artistID string, count int) ([]*Track, error)
|
||||
|
||||
GetSongRadio(trackID string, count int) ([]*Track, error)
|
||||
|
||||
ArtistSortOrders() []string
|
||||
|
||||
IterateArtists(sortOrder string, filter ArtistFilter) ArtistIterator
|
||||
@@ -244,10 +246,6 @@ type SupportsSharing interface {
|
||||
CanShareArtists() bool
|
||||
}
|
||||
|
||||
type SupportsSongRadio interface {
|
||||
GetSongRadio(trackID string, count int) ([]*Track, error)
|
||||
}
|
||||
|
||||
type LyricsProvider interface {
|
||||
GetLyrics(track *Track) (*Lyrics, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user