mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
commit
e9fa788d8f
@ -2453,7 +2453,7 @@ class BuiltinBookValues(BuiltinFormatterFunction):
|
|||||||
f = db.new_api.get_proxy_metadata(id_).get(column, None)
|
f = db.new_api.get_proxy_metadata(id_).get(column, None)
|
||||||
if isinstance(f, (tuple, list)):
|
if isinstance(f, (tuple, list)):
|
||||||
s.update(f)
|
s.update(f)
|
||||||
elif f:
|
elif f is not None:
|
||||||
s.add(str(f))
|
s.add(str(f))
|
||||||
return sep.join(s)
|
return sep.join(s)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user