mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-30 04:18:27 +01:00
update portable projects
This commit is contained in:
@@ -1263,6 +1263,7 @@ namespace MediaBrowser.Api.Playback
|
||||
|
||||
private bool EnableThrottling(StreamState state)
|
||||
{
|
||||
return false;
|
||||
// do not use throttling with hardware encoders
|
||||
return state.InputProtocol == MediaProtocol.File &&
|
||||
state.RunTimeTicks.HasValue &&
|
||||
|
||||
Reference in New Issue
Block a user