This commit is contained in:
j 2019-05-24 11:05:47 +02:00
parent 8ceab902e3
commit cb1b61cc24

View file

@ -107,7 +107,7 @@ pandora.ui.addItemDialog = function(options) {
pandora.api.getMediaUrlInfo({ pandora.api.getMediaUrlInfo({
url: input url: input
}, function(result) { }, function(result) {
if (requslt.data.items.length) { if (result.data.items.length) {
onInfo(result.data.items.map(getVideoInfo)); onInfo(result.data.items.map(getVideoInfo));
} else { } else {
$screen.stop(); $screen.stop();