1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
gnattu 2024-05-28 01:41:56 +08:00
parent a66e4d6d1a
commit 2b59a9f998

View file

@ -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
});