mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
misc
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user