We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8622bbb commit c4fb72aCopy full SHA for c4fb72a
festival/view/js/song.js
@@ -276,7 +276,7 @@ function loadViewer() {
276
generateItems(allEntries.slice(0, perPage))
277
}
278
279
- fetch('https://api.github.com/repos/FNLookup/festival-leaderboards/commits?path=leaderboards/season5/' + viewTrack.id + '/').then(r=>r.json()).then(r=> {
+ fetch('https://api.github.com/repos/FNLookup/festival-leaderboards/commits?path=leaderboards/season6/' + viewTrack.id + '/').then(r=>r.json()).then(r=> {
280
if (r.length > 0) fetchLeaderboardData(_instruments[0])
281
else {
282
leaderBoardEntries.innerHTML = '<h2>Leaderboard not available</h2>'
0 commit comments