Skip to content

Commit c4fb72a

Browse files
committed
smh2
1 parent 8622bbb commit c4fb72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

festival/view/js/song.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ function loadViewer() {
276276
generateItems(allEntries.slice(0, perPage))
277277
}
278278

279-
fetch('https://api.github.com/repos/FNLookup/festival-leaderboards/commits?path=leaderboards/season5/' + viewTrack.id + '/').then(r=>r.json()).then(r=> {
279+
fetch('https://api.github.com/repos/FNLookup/festival-leaderboards/commits?path=leaderboards/season6/' + viewTrack.id + '/').then(r=>r.json()).then(r=> {
280280
if (r.length > 0) fetchLeaderboardData(_instruments[0])
281281
else {
282282
leaderBoardEntries.innerHTML = '<h2>Leaderboard not available</h2>'

0 commit comments

Comments
 (0)