Hooked up the API layer to be able to extract images from PDF again for Tachiyomi explicitly (#1686)
This commit is contained in:
parent
d2f5651cfa
commit
018c0ab15c
5 changed files with 45 additions and 16 deletions
|
|
@ -199,6 +199,8 @@ public class ReadingItemService : IReadingItemService
|
|||
_imageService.ExtractImages(fileFilePath, targetDirectory, imageCount);
|
||||
break;
|
||||
case MangaFormat.Pdf:
|
||||
_bookService.ExtractPdfImages(fileFilePath, targetDirectory);
|
||||
break;
|
||||
case MangaFormat.Unknown:
|
||||
case MangaFormat.Epub:
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue