Fixed unit test, fixed code.

This commit is contained in:
Joseph Milazzo 2025-06-23 18:38:45 -05:00
parent 2cc6873e7a
commit 62b94ce311
5 changed files with 18 additions and 4 deletions

View file

@ -101,7 +101,12 @@ public class BasicParser(IDirectoryService directoryService, IDefaultParser imag
}
// Patch in other information from ComicInfo
UpdateFromComicInfo(ret);
if (enableMetadata)
{
UpdateFromComicInfo(ret);
}
if (ret.Volumes == Parser.LooseLeafVolume && ret.Chapters == Parser.DefaultChapter)
{