One last bug (#2904)

This commit is contained in:
Joe Milazzo 2024-04-22 07:38:34 -05:00 committed by GitHub
parent 79caedcac4
commit f171b02b62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -85,7 +85,7 @@ public class ComicVineParser(IDirectoryService directoryService) : DefaultParser
if (string.IsNullOrEmpty(info.Series))
{
info.Series = Parser.CleanTitle(directoryName, true, true);
info.Series = Parser.CleanTitle(directoryName, true, false);
}