mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 04:42:58 -05:00
[web] Fix a bug preventing to index buttons to work in the genre pages
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
v-for="index in indices"
|
||||
:key="index"
|
||||
class="button is-small"
|
||||
:to="'#index_' + index"
|
||||
:to="{ hash: `#index_${index}`, query: $route.query }"
|
||||
>{{ index }}</router-link
|
||||
>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user