PDF Metadata Support (#3552)
Co-authored-by: Matthias Neeracher <microtherion@gmail.com>
This commit is contained in:
parent
56108eb373
commit
f76de42b28
24 changed files with 1949 additions and 57 deletions
|
@ -285,7 +285,7 @@ public class ProcessSeries : IProcessSeries
|
|||
var firstChapter = SeriesService.GetFirstChapterForMetadata(series);
|
||||
|
||||
var firstFile = firstChapter?.Files.FirstOrDefault();
|
||||
if (firstFile == null || Parser.Parser.IsPdf(firstFile.FilePath)) return;
|
||||
if (firstFile == null) return;
|
||||
|
||||
var chapters = series.Volumes
|
||||
.SelectMany(volume => volume.Chapters)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue