fix: use nil for current_filter when no filter active, fix test

This commit is contained in:
2026-06-21 09:11:20 -04:00
parent 4cf11fdd02
commit 439f9d3eed
3 changed files with 480 additions and 2 deletions
+1 -1
View File
@@ -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)