This commit is contained in:
j 2011-06-01 15:16:50 +02:00
commit 81cc331aa9
4 changed files with 4 additions and 3 deletions

View file

@ -109,7 +109,7 @@ pandora.ui.item = function() {
} else if (app.user.ui.itemView == 'timeline') {
var layers = [],
video = result.data.stream,
cuts = result.data.cuts || {},
cuts = result.data.cuts || [],
format = $.support.video.supportedFormat(video.formats),
streams = {};
video.height = video.profiles[0];