mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
add synology ignore
This commit is contained in:
parent
24d0c0bf1e
commit
b6254996cc
@ -49,7 +49,8 @@ namespace MediaBrowser.Server.Implementations.IO
|
|||||||
private readonly IReadOnlyList<string> _alwaysIgnoreSubstrings = new List<string>
|
private readonly IReadOnlyList<string> _alwaysIgnoreSubstrings = new List<string>
|
||||||
{
|
{
|
||||||
// Synology
|
// Synology
|
||||||
"@eaDir",
|
"eaDir",
|
||||||
|
"#recycle",
|
||||||
".wd_tv",
|
".wd_tv",
|
||||||
".actors"
|
".actors"
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user