mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-11 06:20:17 -05:00
[web] Use named route for search pages
Switching to named routes in order to reduce future maintenance.
This commit is contained in:
@@ -485,7 +485,7 @@ export default {
|
||||
}
|
||||
|
||||
this.$router.push({
|
||||
path: this.$store.state.search_path,
|
||||
name: 'search-library',
|
||||
query: {
|
||||
type: 'track,artist,album,playlist,audiobook,podcast,composer',
|
||||
query: this.search_query,
|
||||
|
||||
Reference in New Issue
Block a user