Fixes before Release (#3172)
This commit is contained in:
parent
844d7c7e4b
commit
d6ee97816f
13 changed files with 208 additions and 52 deletions
|
@ -13,7 +13,7 @@ public class BookParser(IDirectoryService directoryService, IBookService bookSer
|
|||
info.ComicInfo = comicInfo;
|
||||
|
||||
// We need a special piece of code to override the Series IF there is a special marker in the filename for epub files
|
||||
if (info.IsSpecial && info.Volumes == "0" && info.ComicInfo.Series != info.Series)
|
||||
if (info.IsSpecial && info.Volumes is "0" or "0.0" && info.ComicInfo.Series != info.Series)
|
||||
{
|
||||
info.Series = info.ComicInfo.Series;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue