mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-31 15:23:02 +00:00 
			
		
		
		
	Fix #1612
This commit is contained in:
		| @@ -147,7 +147,7 @@ class Identifiers(Base): | |||||||
|         elif format_type == "kobo": |         elif format_type == "kobo": | ||||||
|             return u"https://www.kobo.com/ebook/{0}".format(self.val) |             return u"https://www.kobo.com/ebook/{0}".format(self.val) | ||||||
|         elif format_type == "lubimyczytac": |         elif format_type == "lubimyczytac": | ||||||
|             return u" https://lubimyczytac.pl/ksiazka/{0}".format(self.val) |             return u" https://lubimyczytac.pl/ksiazka/{0}/ksiazka".format(self.val) | ||||||
|         elif format_type == "litres": |         elif format_type == "litres": | ||||||
|             return u"https://www.litres.ru/{0}".format(self.val) |             return u"https://www.litres.ru/{0}".format(self.val) | ||||||
|         elif format_type == "issn": |         elif format_type == "issn": | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Ozzieisaacs
					Ozzieisaacs