Don't log exceptions to Sentry when debugging locally. Fixed a constraint issue with collection tags that prevented deleting series. Ensure when we scan we add SeriesMetadata objects to existing series. (#265)
This commit is contained in:
parent
606e4c8b12
commit
aa7439178c
8 changed files with 55 additions and 51 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