support cover art for internet radio stations

This commit is contained in:
Drew Weymouth
2026-04-09 08:25:43 -07:00
parent d985154062
commit 84440f9935
4 changed files with 9 additions and 6 deletions
@@ -508,6 +508,7 @@ func (s *subsonicMediaProvider) GetRadioStations() ([]*mediaprovider.RadioStatio
Name: rs.Name,
HomePageURL: rs.HomePageUrl,
StreamURL: rs.StreamUrl,
CoverArtID: rs.CoverArt,
}
})
s.radiosCachedAt = time.Now().Unix()