show notice when some kugou songs broke
This commit is contained in:
parent
1e50013d60
commit
78f193021c
@ -208,7 +208,7 @@ var kugou = (function() {
|
||||
}).then(function(response){
|
||||
var data = response.data;
|
||||
data = JSON.parse(data);
|
||||
if (data.status) {
|
||||
if (data.status == '1') {
|
||||
sound.url = data.url;
|
||||
success();
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user