mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-04-20 07:50:05 +00:00
update shit code (trash) :3
This commit is contained in:
@@ -33,8 +33,6 @@ const fetchRecent = async () => {
|
||||
offset.value += limit.value;
|
||||
songs.value = [...songs.value, ...newSongs];
|
||||
|
||||
console.log(offset.value)
|
||||
|
||||
isLoading.value = false;
|
||||
audioStore.setCollection(songs.value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user