Search page: remember whether library or spotify is selected

This commit is contained in:
Ben Willmore
2022-02-26 20:29:30 +00:00
committed by chme
parent a5dd6c4968
commit f484f1194b
3 changed files with 9 additions and 5 deletions

View File

@@ -473,7 +473,7 @@ export default {
}
this.$router.push({
path: '/search/library',
path: this.$store.state.search_path,
query: {
type: 'track,artist,album,playlist,audiobook,podcast,composer',
query: this.search_query,