Skip to content

Commit 6ff7426

Browse files
committed
Reverting API offine state
1 parent 0c87208 commit 6ff7426

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/routes/+page.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
currentStats = stats;
2929
3030
if(stats) {
31+
api.setOffline(false);
32+
3133
const songs = stats.data.songs.slice(0, config.songRankCount);
3234
progressMax = songs.length * 3;
3335

0 commit comments

Comments
 (0)