Merge branch 'single-cover-art-file' into 'master'
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user