update video preview once encoding is done

This commit is contained in:
j 2015-01-02 01:10:05 +01:00
parent 9efd77724d
commit e44703854e
2 changed files with 5 additions and 0 deletions

View File

@ -166,6 +166,10 @@ pandora.ui.info = function() {
}
};
that.updateInfo = function() {
updateInfo();
};
that.updateListInfo = function() {
emptyInfo();
that.empty().append(

View File

@ -650,6 +650,7 @@ pandora.ui.mediaView = function(options) {
} else if (done) {
Ox.Request.clearCache();
pandora.updateItemContext();
pandora.$ui.info && pandora.$ui.info.updateInfo();
}
}
});