Fallback with iframed soundcloud player for rate-limit reached

- Messes up history of current tab, but it's better than not playing any music
This commit is contained in:
Kasper Rynning-Tønnesen
2018-09-25 17:49:49 +02:00
parent e5221ad88b
commit 39a2fc6532
12 changed files with 271 additions and 96 deletions

View File

@@ -202,7 +202,7 @@ var Search = {
return;
}
if(keyword.length == 0) return;
SC.get('/tracks', {
SC_player.get('/tracks', {
q: keyword
}).then(function(tracks) {
var pre_result = document.createElement("div");