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:
parent
a50fae3b7d
commit
69265e2118
1 changed files with 1 additions and 1 deletions
|
@ -1495,7 +1495,7 @@ class PlaybackManager {
|
|||
return player.getSecondarySubtitleStreamIndex();
|
||||
}
|
||||
} catch (e) {
|
||||
console.error(`Failed to get secondary stream index: ${e}`);
|
||||
console.error('[playbackmanager] Failed to get secondary stream index:', e);
|
||||
}
|
||||
|
||||
if (!player) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue