Feature/misc (#1234)
* Fixed a bug where publication status could show as filled in when total number is 0 but there is a max count. Add ComicInfo support for LocalizedSeries which will populate a Series LocalizedName. Fixed an issue in tag constraint issues. * Hooked in LocalizedSeries tag into merge step in scanner. * Hooked in LocalizedSeries from ComicInfo into Kavita and also use it to help during merge phase to avoid 2 different series, if one file is using the name of the localized series. * Reduced some extra string creation and updated epub library to ignore bad ToCs. * Bumped dependencies to latest. When an epub doesn't have a dc:date with publication event type, default back to just a normal dc:date tag. * Fixed a bug where webtoon reader would error out on first load due to how we passed the function to the reader * Reverted the centering code
This commit is contained in:
parent
0eb3d74ff9
commit
1e51e39f66
17 changed files with 114 additions and 66 deletions
|
@ -16,7 +16,7 @@ public class ComicInfoTests
|
|||
[InlineData("Early Childhood", AgeRating.EarlyChildhood)]
|
||||
[InlineData("Everyone 10+", AgeRating.Everyone10Plus)]
|
||||
[InlineData("M", AgeRating.Mature)]
|
||||
[InlineData("MA 15+", AgeRating.Mature15Plus)]
|
||||
[InlineData("MA15+", AgeRating.Mature15Plus)]
|
||||
[InlineData("Mature 17+", AgeRating.Mature17Plus)]
|
||||
[InlineData("Rating Pending", AgeRating.RatingPending)]
|
||||
[InlineData("X18+", AgeRating.X18Plus)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue