mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-24 22:34:31 +02:00
update file options
This commit is contained in:
parent
b9935a4643
commit
5b12e9fa33
1 changed files with 1 additions and 3 deletions
|
|
@ -357,9 +357,7 @@ namespace SocketHttpListener.Net
|
|||
// allowAsync = true;
|
||||
//}
|
||||
|
||||
var fileOpenOptions = offset > 0
|
||||
? FileOpenOptions.RandomAccess
|
||||
: FileOpenOptions.SequentialScan;
|
||||
var fileOpenOptions = FileOpenOptions.SequentialScan;
|
||||
|
||||
if (allowAsync)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue