1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-06-25 22:53:17 +00:00

nice title for Litres tags

This commit is contained in:
Alexander Yakovlev 2020-09-15 13:47:57 +07:00
parent 4e28c3cadb
commit 8745b8b051
No known key found for this signature in database
GPG Key ID: 1CDC4B7820C93BD3

View File

@ -117,6 +117,8 @@ class Identifiers(Base):
return u"Google Books"
elif format_type == "kobo":
return u"Kobo"
elif format_type == "litres":
return u"ЛитРес"
if format_type == "lubimyczytac":
return u"Lubimyczytac"
else: