nice title for Litres tags

This commit is contained in:
Alexander Yakovlev
2020-09-15 13:47:57 +07:00
parent 4e28c3cadb
commit 8745b8b051

View File

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