mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 22:10:15 -05:00
Search page: remember whether library or spotify is selected
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user