Merge branch 'single-cover-art-file' into 'master'

This commit is contained in:
Sumner Evans
2020-02-22 19:09:44 -07:00
10 changed files with 62 additions and 39 deletions

View File

@@ -421,7 +421,7 @@ class ChromecastPlayer(Player):
force_stream=True,
)
cover_art_url = CacheManager.get_cover_art_url(song.coverArt, 1000)
cover_art_url = CacheManager.get_cover_art_url(song.coverArt)
self.chromecast.media_controller.play_media(
file_or_url,
# Just pretend that whatever we send it is mp3, even if it isn't.