mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-02 00:12:24 +00:00
update caching headers
This commit is contained in:
@@ -369,7 +369,6 @@ namespace MediaBrowser.Model.IO
|
||||
Append = 6
|
||||
}
|
||||
|
||||
[Flags]
|
||||
public enum FileAccessMode
|
||||
{
|
||||
//
|
||||
@@ -388,7 +387,6 @@ namespace MediaBrowser.Model.IO
|
||||
ReadWrite = 3
|
||||
}
|
||||
|
||||
[Flags]
|
||||
public enum FileShareMode
|
||||
{
|
||||
//
|
||||
@@ -417,16 +415,7 @@ namespace MediaBrowser.Model.IO
|
||||
// or another process) will fail until the file is closed. However, even if this
|
||||
// flag is specified, additional permissions might still be needed to access the
|
||||
// file.
|
||||
ReadWrite = 3,
|
||||
//
|
||||
// Summary:
|
||||
// Allows subsequent deleting of a file.
|
||||
Delete = 4,
|
||||
//
|
||||
// Summary:
|
||||
// Makes the file handle inheritable by child processes. This is not directly supported
|
||||
// by Win32.
|
||||
Inheritable = 16
|
||||
ReadWrite = 3
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user