add synology ignore

This commit is contained in:
Luke Pulverenti 2016-09-30 23:34:05 -04:00
parent 24d0c0bf1e
commit b6254996cc

View File

@ -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"
}; };