forked from 0x2620/pandora
typo
This commit is contained in:
parent
8ceab902e3
commit
cb1b61cc24
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ pandora.ui.addItemDialog = function(options) {
|
|||
pandora.api.getMediaUrlInfo({
|
||||
url: input
|
||||
}, function(result) {
|
||||
if (requslt.data.items.length) {
|
||||
if (result.data.items.length) {
|
||||
onInfo(result.data.items.map(getVideoInfo));
|
||||
} else {
|
||||
$screen.stop();
|
||||
|
|
Loading…
Reference in a new issue