mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 22:10:15 -05:00
[web] Use named route for search pages
Switching to named routes in order to reduce future maintenance.
This commit is contained in:
@@ -253,11 +253,6 @@ export const router = createRouter({
|
||||
name: 'queue',
|
||||
path: '/'
|
||||
},
|
||||
{
|
||||
name: 'search',
|
||||
path: '/search',
|
||||
redirect: '/search/library'
|
||||
},
|
||||
{
|
||||
component: PageSearchLibrary,
|
||||
name: 'search-library',
|
||||
|
||||
Reference in New Issue
Block a user