chenyanming / calibredb.el

Emacs calibre client - An Ebook Management Solution in Emacs.
GNU General Public License v3.0
318 stars 16 forks source link

`calibredb-query` returning a string but list expected #80

Closed macrologist closed 2 months ago

macrologist commented 2 months ago

https://github.com/chenyanming/calibredb.el/blame/master/calibredb-core.el#L677 returns a string but

https://github.com/chenyanming/calibredb.el/blame/master/calibredb-core.el#L682 wants a list

This breaks calibredb for me.

chenyanming commented 2 months ago

This is the emacs < 29 compatible issue, fixed in https://github.com/chenyanming/calibredb.el/commit/8e38d78fd3b373e69a8344b8346b8089ebbefbb2

macrologist commented 2 months ago

Outstanding. Thanks much!