Wake Lock (#2444)
This commit is contained in:
parent
1d261a5a7c
commit
65ccdc7301
11 changed files with 375 additions and 590 deletions
|
@ -95,8 +95,9 @@ public class ParseScannedFiles
|
|||
if (library.LibraryExcludePatterns.Count != 0)
|
||||
{
|
||||
matcher ??= new GlobMatcher();
|
||||
foreach (var pattern in library.LibraryExcludePatterns)
|
||||
foreach (var pattern in library.LibraryExcludePatterns.Where(p => !string.IsNullOrEmpty(p.Pattern)))
|
||||
{
|
||||
|
||||
matcher.AddExclude(pattern.Pattern);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue