mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-05 12:12:25 +00:00
3.2.3.1
This commit is contained in:
@@ -1486,7 +1486,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
}
|
||||
}
|
||||
|
||||
if (state.RunTimeTicks.HasValue)
|
||||
if (state.RunTimeTicks.HasValue && string.IsNullOrWhiteSpace(encodingOptions.HardwareAccelerationType))
|
||||
{
|
||||
foreach (var stream in state.MediaSource.MediaStreams)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user