mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-06-05 14:25:17 -04:00
Inherit web links for Series and bug fixes (#4152)
This commit is contained in:
@@ -336,6 +336,10 @@ public class ProcessSeries : IProcessSeries
|
||||
series.Metadata.Language = firstChapter.Language;
|
||||
}
|
||||
|
||||
if (!string.IsNullOrEmpty(firstChapter?.WebLinks) && library.InheritWebLinksFromFirstChapter)
|
||||
{
|
||||
series.Metadata.WebLinks = firstChapter.WebLinks;
|
||||
}
|
||||
|
||||
if (!string.IsNullOrEmpty(firstChapter?.SeriesGroup) && library.ManageCollections)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user