mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-04 14:58:36 +01:00
add network share config
This commit is contained in:
@@ -43,7 +43,10 @@ namespace MediaBrowser.Server.Implementations.IO
|
||||
|
||||
// WMC temp recording directories that will constantly be written to
|
||||
"TempRec",
|
||||
"TempSBE"
|
||||
"TempSBE",
|
||||
"@eaDir",
|
||||
"eaDir",
|
||||
"#recycle"
|
||||
};
|
||||
|
||||
private readonly IReadOnlyList<string> _alwaysIgnoreSubstrings = new List<string>
|
||||
|
||||
Reference in New Issue
Block a user