fix: use nil for current_filter when no filter active, fix test
This commit is contained in:
@@ -182,7 +182,7 @@ SELECTED-ID expands the matching book's detail section."
|
||||
(ht ("app_title" "spine")
|
||||
("total_books" total)
|
||||
("reading_count" reading-count)
|
||||
("current_filter" (or effective-filter ""))
|
||||
("current_filter" effective-filter)
|
||||
("summary_groups" (nreverse summary-groups))
|
||||
("groups" (nreverse groups))))))
|
||||
(defun spine-add-book (&rest args)
|
||||
|
||||
Reference in New Issue
Block a user