-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Deezer tracks that have been replaced with a newer version fail …
…to play Some tracks have been replaced by a newer version. When this happens, the old track information stays available but it will fail to play because the stream has become invalid. Fortunately, the playback API provides the track replacement in a "FALLBACK" entry. So when we encounter a track that has a "FALLBACK" entry, use the information from that entry rather than the main track entry for the stream. Fixes music-assistant/support#3466
- Loading branch information
1 parent
49aa75c
commit 3df1a6b
Showing
2 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters