Keep player when clicking tags
This commit is contained in:
parent
61f3dbeb5f
commit
f8992fc24b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue