Update src/components/playback/playbackmanager.js
Update error logging Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user