exclude backdrops from photos
This commit is contained in:
parent
dd8601f515
commit
55bbc051c2
|
@ -89,7 +89,7 @@ namespace MediaBrowser.Server.Implementations.Library.Resolvers
|
|||
return false;
|
||||
}
|
||||
|
||||
if (IgnoreFiles.Any(i => filename.IndexOf("-" + i, StringComparison.OrdinalIgnoreCase) != -1))
|
||||
if (IgnoreFiles.Any(i => filename.IndexOf(i, StringComparison.OrdinalIgnoreCase) != -1))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user