Keep player when clicking tags

This commit is contained in:
Cadence Ember 2025-04-07 08:05:55 +12:00
parent 61f3dbeb5f
commit f8992fc24b

View file

@ -32,7 +32,7 @@ block view
newURL.searchParams.set("filter_field", "tag") newURL.searchParams.set("filter_field", "tag")
newURL.searchParams.delete("filter_fuzzy") newURL.searchParams.delete("filter_fuzzy")
newURL.searchParams.set("arrange", filter_field ? "album" : "label") newURL.searchParams.set("arrange", filter_field ? "album" : "label")
location = newURL htmx.ajax("GET", newURL.search, {context: content})
} }
}) })
content.style.background = "none" content.style.background = "none"