Fix #985 (png and webp are extracted as cover files from comic files)

This commit is contained in:
Ozzieisaacs
2020-05-02 11:24:30 +02:00
parent 64bebaa1d1
commit fcefd8031a
4 changed files with 47 additions and 17 deletions

View File

@ -73,8 +73,6 @@ except ImportError as e:
log.debug('cannot import Pillow, using png and webp images as cover will not work: %s', e)
use_PIL = False
__author__ = 'lemmsh'
def process(tmp_file_path, original_file_name, original_file_extension, rarExcecutable):
meta = None