One last bug (#2904)
This commit is contained in:
parent
79caedcac4
commit
f171b02b62
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue