Merge remote-tracking branch 'name/patch-2' into master

This commit is contained in:
OzzieIsaacs
2020-08-23 10:53:18 +02:00
3 changed files with 21 additions and 13 deletions

View File

@ -24,6 +24,7 @@ from flask_babel import gettext as _
from . import logger, comic
from .constants import BookMeta
from .helper import split_authors
log = logger.create()
@ -131,7 +132,7 @@ def pdf_meta(tmp_file_path, original_file_name, original_file_extension):
file_path=tmp_file_path,
extension=original_file_extension,
title=title,
author=author,
author=' & '.join(split_authors([author])),
cover=pdf_preview(tmp_file_path, original_file_name),
description=subject,
tags="",