Fixed the constraint issue with Metadata and ensure we log parameters on development modes. (#273)
This commit is contained in:
parent
ee3cb9ede8
commit
f0f74e867e
4 changed files with 11 additions and 3 deletions
|
@ -228,6 +228,7 @@ namespace API.Services.Tasks
|
|||
|
||||
existingSeries.NormalizedName = Parser.Parser.Normalize(existingSeries.Name);
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue