mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 12:44:19 +01:00
3.2.30.14
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user