fix EnableThrottling override

This commit is contained in:
Luke Pulverenti
2016-09-23 01:45:14 -04:00
parent 35acc01e03
commit b4bc403747
2 changed files with 1 additions and 6 deletions

View File

@@ -1241,7 +1241,7 @@ namespace MediaBrowser.Api.Playback
}
}
protected virtual bool EnableThrottling(StreamState state)
private bool EnableThrottling(StreamState state)
{
// do not use throttling with hardware encoders
return state.InputProtocol == MediaProtocol.File &&