mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-31 15:23:02 +00:00 
			
		
		
		
	Removed elif "url" identifier format type
Removed elif "url" identifier format type, since else output is identical
This commit is contained in:
		| @@ -156,8 +156,6 @@ class Identifiers(Base): | |||||||
|             return u"https://portal.issn.org/resource/ISSN/{0}".format(self.val) |             return u"https://portal.issn.org/resource/ISSN/{0}".format(self.val) | ||||||
|         elif format_type == "isfdb": |         elif format_type == "isfdb": | ||||||
|             return u"http://www.isfdb.org/cgi-bin/pl.cgi?{0}".format(self.val) |             return u"http://www.isfdb.org/cgi-bin/pl.cgi?{0}".format(self.val) | ||||||
|         elif format_type == "url": |  | ||||||
|             return u"{0}".format(self.val) |  | ||||||
|         else: |         else: | ||||||
|             return u"{0}".format(self.val) |             return u"{0}".format(self.val) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zaroz
					Zaroz