3.2.30.14

This commit is contained in:
Luke Pulverenti
2017-09-09 23:47:33 -04:00
parent fe10df6935
commit 9440fdc719
4 changed files with 46 additions and 56 deletions

View File

@@ -51,7 +51,7 @@ namespace MediaBrowser.Controller.LiveTv
return Task.FromResult(true);
}
protected Stream GetInputStream(string path, long startPosition, bool allowAsyncFileRead)
protected Stream GetInputStream(string path, bool allowAsyncFileRead)
{
var fileOpenOptions = FileOpenOptions.SequentialScan;