This commit is contained in:
geoffrey45
2022-01-11 03:36:42 +03:00
parent 521c195570
commit e473b5db92
8 changed files with 43 additions and 33 deletions
+5
View File
@@ -12,6 +12,9 @@ const queue = ref([
},
]);
const song_list = ref([])
const folder_list = ref([])
const current = ref({
title: "Nothing played yet",
artists: ["... blah blah blah"],
@@ -41,6 +44,8 @@ const search_artists = ref([]);
export default {
search_query,
queue,
song_list,
folder_list,
current,
prev,
filters,