mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update src/components/playback/playbackmanager.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
89ec4cf9cf
commit
95a705a893
1 changed files with 1 additions and 1 deletions
|
@ -1598,7 +1598,7 @@ class PlaybackManager {
|
||||||
|
|
||||||
// Secondary subtitles are currently only handled client side
|
// Secondary subtitles are currently only handled client side
|
||||||
// Changes to the server code are required before we can handle other delivery methods
|
// Changes to the server code are required before we can handle other delivery methods
|
||||||
if (newStream && getDeliveryMethod(newStream) !== 'External') {
|
if (newStream && !self.trackHasSecondarySubtitleSupport(newStream, player)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue