Albums: Change category selector function to updateQuery #1995

Search results don't update automatically otherwise.
This commit is contained in:
Michael Mayer
2022-04-18 17:34:55 +02:00
parent 34ed791c07
commit 9ad4351c4a

View File

@@ -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})}"
>
</v-overflow-btn>