Cleanup, fixing YT/Spotify auth
This commit is contained in:
@ -100,7 +100,7 @@
|
||||
});
|
||||
}
|
||||
|
||||
onMount(async () => {
|
||||
onMount(() => {
|
||||
posts = data.posts;
|
||||
if (posts.length > 0) {
|
||||
oldestBeforeLastFetch = new Date(posts[posts.length - 1].created_at).getTime();
|
||||
|
Reference in New Issue
Block a user