mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-01 19:43:09 +00: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…
Add table
Add a link
Reference in a new issue