mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user