Update error logging in src/components/playback/playbackmanager.js src/components/playback/playbackmanager.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
@@ -1603,7 +1603,7 @@ class PlaybackManager {
|
||||
try {
|
||||
player.setSecondarySubtitleStreamIndex(index);
|
||||
} catch (e) {
|
||||
console.error(`AutoSet - Failed to set secondary track: ${e}`);
|
||||
console.error('[playbackmanager] AutoSet - Failed to set secondary track:', e);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user