1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Update src/components/playback/playbackmanager.js

Update error logging

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
Ivan Schurawel 2023-02-08 17:34:27 -05:00
parent a50fae3b7d
commit 69265e2118

View file

@ -1495,7 +1495,7 @@ class PlaybackManager {
return player.getSecondarySubtitleStreamIndex(); return player.getSecondarySubtitleStreamIndex();
} }
} catch (e) { } catch (e) {
console.error(`Failed to get secondary stream index: ${e}`); console.error('[playbackmanager] Failed to get secondary stream index:', e);
} }
if (!player) { if (!player) {