forked from 0x2620/pandora
update video preview once encoding is done
This commit is contained in:
parent
9efd77724d
commit
e44703854e
2 changed files with 5 additions and 0 deletions
|
@ -166,6 +166,10 @@ pandora.ui.info = function() {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
that.updateInfo = function() {
|
||||||
|
updateInfo();
|
||||||
|
};
|
||||||
|
|
||||||
that.updateListInfo = function() {
|
that.updateListInfo = function() {
|
||||||
emptyInfo();
|
emptyInfo();
|
||||||
that.empty().append(
|
that.empty().append(
|
||||||
|
|
|
@ -650,6 +650,7 @@ pandora.ui.mediaView = function(options) {
|
||||||
} else if (done) {
|
} else if (done) {
|
||||||
Ox.Request.clearCache();
|
Ox.Request.clearCache();
|
||||||
pandora.updateItemContext();
|
pandora.updateItemContext();
|
||||||
|
pandora.$ui.info && pandora.$ui.info.updateInfo();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue