Files
jellyfin-web/src/components/playback
Dmitry Lyzo d997d63d11 Fix theme song playback when switching items with different themes
When you change an item with a theme to an item with a different theme, the
backdrop tries to access the player. The latter has not yet started playing the
new theme (`streamInfo` is null), but is already considered playing. A runtime
error occurs when referring to null `streamInfo` (to check if the content type
matches).

To fix the problem, set `streamInfo` just before playback starts.
2022-02-01 00:56:02 +03:00
..
2021-03-23 11:28:16 -04:00
2021-03-19 14:00:59 -04:00
2020-11-05 23:21:35 +00:00
2021-03-23 11:28:16 -04:00
2021-03-23 11:28:16 -04:00
2021-03-23 11:28:16 -04:00
2020-11-05 23:11:47 +00:00
2021-03-23 11:28:16 -04:00