mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
fix playing tracks from search page
This commit is contained in:
committed by
Mungai Njoroge
parent
6adf5df4c6
commit
ffecfac8c7
@@ -80,7 +80,7 @@ const routes = [
|
||||
{
|
||||
path: "/search/:page",
|
||||
name: "SearchView",
|
||||
component: () => import("@/views/SearchView/main.vue"),
|
||||
component: () => import("@/views/SearchView"),
|
||||
},
|
||||
{
|
||||
path: "/queue",
|
||||
|
||||
Reference in New Issue
Block a user