Get naming correctly in unit tests, add some notes

Adjust numbers in unit tests to make sure they're values that can be passed to IsSeriesCompleted (TotalCount = External count unless comicinfo has more)
This commit is contained in:
Amelia 2025-06-25 15:58:38 +02:00
parent 7c910ce090
commit 64ca497bb6
3 changed files with 19 additions and 11 deletions

View file

@ -1646,7 +1646,7 @@ public class ExternalMetadataService : IExternalMetadataService
return true;
}
// If volumes are collected, check if we reach the required volumes by including specials
// If volumes are collected, check if we reach the required volumes by including specials, and decimal volumes
//
// TODO BUG: If the series has specials, that are not included in the external count. But you do own them
// This may mark the series as completed pre-maturely