localstorage upgrage, custome colors, fixed broken files (encoding issues)

This commit is contained in:
ju09279
2024-09-01 01:38:52 +02:00
parent 97521f19e5
commit f4164ccf24
21 changed files with 454 additions and 236 deletions

View File

@@ -35,7 +35,7 @@ const fetchRecent = async () => {
songs.value = [...songs.value, ...data];
isLoading.value = false;
audioStore.setCollection(null);
audioStore.setCollection(songs.value);
}