add media queries to album page

This commit is contained in:
geoffrey45
2022-01-22 05:03:18 +03:00
parent 221a37e226
commit 188b0541c6
4 changed files with 36 additions and 12 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export default {
},
setup() {
return {
songs: state.folder_song_list,
songs: state.queue,
playlist_info: {
name: "Dax Radio",
count: state.folder_song_list.value.length,