no stats without video
This commit is contained in:
parent
f15fd92e17
commit
bdd2594298
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ pandora.ui.infoView = function(data, isMixed) {
|
||||||
|
|
||||||
|
|
||||||
// Duration, Aspect Ratio --------------------------------------------------
|
// Duration, Aspect Ratio --------------------------------------------------
|
||||||
if (!isMultiple) {
|
if (!isMultiple && data.parts && data.rendered) {
|
||||||
['duration', 'aspectratio'].forEach(function(key) {
|
['duration', 'aspectratio'].forEach(function(key) {
|
||||||
var itemKey = Ox.getObjectById(pandora.site.itemKeys, key),
|
var itemKey = Ox.getObjectById(pandora.site.itemKeys, key),
|
||||||
value = data[key] || 0;
|
value = data[key] || 0;
|
||||||
|
|
Loading…
Reference in a new issue