mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 17:14:42 +01:00
fixes #1356 - [BUG] .mkv that stream copies, cannot be played without transcoding option turned on for user
This commit is contained in:
@@ -175,13 +175,6 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
source.SupportsTranscoding = false;
|
||||
}
|
||||
}
|
||||
else if (string.Equals(item.MediaType, MediaType.Video, StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
if (!user.Policy.EnableVideoPlaybackTranscoding)
|
||||
{
|
||||
source.SupportsTranscoding = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user