nice title for Litres tags

parent 4e28c3ca
...@@ -117,6 +117,8 @@ class Identifiers(Base): ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment