mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
Merge branch 'develop' of https://github.com/Kareadita/Kavita into develop
This commit is contained in:
commit
ee3cb9ede8
@ -228,7 +228,6 @@ namespace API.Services.Tasks
|
|||||||
|
|
||||||
existingSeries.NormalizedName = Parser.Parser.Normalize(existingSeries.Name);
|
existingSeries.NormalizedName = Parser.Parser.Normalize(existingSeries.Name);
|
||||||
existingSeries.OriginalName ??= infos[0].Series;
|
existingSeries.OriginalName ??= infos[0].Series;
|
||||||
existingSeries.Metadata ??= DbFactory.SeriesMetadata(new List<CollectionTag>());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Now, we only have to deal with series that exist on disk. Let's recalculate the volumes for each series
|
// Now, we only have to deal with series that exist on disk. Let's recalculate the volumes for each series
|
||||||
|
Loading…
x
Reference in New Issue
Block a user