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:
parent
7c910ce090
commit
64ca497bb6
3 changed files with 19 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue