From 2b59a9f99877d52fe79d39ea00d5dae9c9bfbbbd Mon Sep 17 00:00:00 2001 From: gnattu Date: Tue, 28 May 2024 01:41:56 +0800 Subject: [PATCH] fix lint --- src/components/playback/playbackmanager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/playback/playbackmanager.js b/src/components/playback/playbackmanager.js index e4d1860460..819abfee79 100644 --- a/src/components/playback/playbackmanager.js +++ b/src/components/playback/playbackmanager.js @@ -3307,7 +3307,7 @@ class PlaybackManager { // force transcoding and only allow remuxing for remote source like liveTV EnableDirectPlay: false, EnableDirectStream: false, - AllowVideoStreamCopy: streamInfo.item.LocationType === 'Remote' ? true : false, + AllowVideoStreamCopy: streamInfo.item.LocationType === 'Remote', AllowAudioStreamCopy: currentlyPreventsAudioStreamCopy || currentlyPreventsVideoStreamCopy ? false : null });