Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/Kareadita/Kavita into de…
Browse files Browse the repository at this point in the history
…velop
  • Loading branch information
majora2007 committed Jun 6, 2021
2 parents cdd01ee + 8175ddf commit ee3cb9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion API/Services/Tasks/ScannerService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ private void UpdateLibrary(Library library, Dictionary<string, List<ParserInfo>>

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
Expand Down

0 comments on commit ee3cb9e

Please sign in to comment.