mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
update file options
This commit is contained in:
parent
b9935a4643
commit
5b12e9fa33
@ -357,9 +357,7 @@ namespace SocketHttpListener.Net
|
||||
// allowAsync = true;
|
||||
//}
|
||||
|
||||
var fileOpenOptions = offset > 0
|
||||
? FileOpenOptions.RandomAccess
|
||||
: FileOpenOptions.SequentialScan;
|
||||
var fileOpenOptions = FileOpenOptions.SequentialScan;
|
||||
|
||||
if (allowAsync)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user