From 9ad4351c4a6330f4ecea741314948d6ea72e7a21 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Mon, 18 Apr 2022 17:34:55 +0200 Subject: [PATCH] Albums: Change category selector function to updateQuery #1995 Search results don't update automatically otherwise. --- frontend/src/pages/albums.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/albums.vue b/frontend/src/pages/albums.vue index cfde0d07a..861d24a9a 100644 --- a/frontend/src/pages/albums.vue +++ b/frontend/src/pages/albums.vue @@ -28,7 +28,7 @@ append-icon="" :items="categories" class="hidden-xs-only input-category background-inherit elevation-0" - @change="(v) => {updateFilter({'category': v})}" + @change="(v) => {updateQuery({'category': v})}" >