This commit is contained in:
parent
c1be752eff
commit
4b95126f2b
@ -511,6 +511,10 @@
|
|||||||
}
|
}
|
||||||
if (!is_auto) {
|
if (!is_auto) {
|
||||||
animeName = prompt('确认动画名:', animeName);
|
animeName = prompt('确认动画名:', animeName);
|
||||||
|
if(animeName == null) {
|
||||||
|
showDebugInfo('用户已取消');
|
||||||
|
return null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
let searchUrl = apiPrefix + 'https://api.dandanplay.net/api/v2/search/episodes?anime=' + animeName + '&withRelated=true';
|
let searchUrl = apiPrefix + 'https://api.dandanplay.net/api/v2/search/episodes?anime=' + animeName + '&withRelated=true';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user