mirror of
https://github.com/janeczku/calibre-web
synced 2025-04-23 03:03:16 +00:00
Updated db.py
changed __repr__ else statement to allow for custom id entries
This commit is contained in:
parent
87d6008dfc
commit
940c9c45d7
@ -159,7 +159,7 @@ class Identifiers(Base):
|
||||
elif format_type == "url":
|
||||
return u"{0}".format(self.val)
|
||||
else:
|
||||
return u""
|
||||
return u"{0}".format(self.val)
|
||||
|
||||
|
||||
class Comments(Base):
|
||||
|
Loading…
x
Reference in New Issue
Block a user