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
@@ -77,12 +77,13 @@ function getSource() {
|
||||
name: Routes.search,
|
||||
params: {
|
||||
query: source.query,
|
||||
page: "tracks",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
default:
|
||||
return { name: "👻 Ghost source", location: {} };
|
||||
return { name: "👻 No source", location: {} };
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user