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

@@ -49,6 +49,8 @@ export default createStore({
next_id: 1,
list: []
},
search_path: '/search/library',
recent_searches: [],
hide_singles: false,