Missed mkv in timeline.js

pull/613/head
SteveGilvarry 2014-12-01 21:55:43 +11:00
parent 2de8dae172
commit b04099b96c
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ function loadEventImage( imagePath, eid, fid, width, height, fps )
//console.log(fid/25.0);
var vid= $('preview');
var newsource=imagePrefix+imagePath.slice(0,imagePath.lastIndexOf('/'))+"/event.mkv";
var newsource=imagePrefix+imagePath.slice(0,imagePath.lastIndexOf('/'))+"/event.mp4";
//console.log(newsource);
//console.log(sources[0].src.slice(-newsource.length));
if(newsource!=vid.currentSrc.slice(-newsource.length) || vid.readyState==0)