mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix lint
This commit is contained in:
parent
a66e4d6d1a
commit
2b59a9f998
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue