diff --git a/src/editor/sequencer-editor.js b/src/editor/sequencer-editor.js index 80927c205..322a1ede7 100644 --- a/src/editor/sequencer-editor.js +++ b/src/editor/sequencer-editor.js @@ -225,8 +225,9 @@ define( [ "util/mediatypes", "editor/editor", "util/time", track.addTrackEvent( _trackEvent ); _this.updateTrackEventSafe( _trackEvent, updateOptions ); _butter.unlisten( "mediaready", updateEndAfterExpand ); - updateOptions = {}; + _butter.currentTime = _popcornOptions.start; updateUI(); + updateOptions = {}; } function updateTrackEvent( options ) { @@ -433,7 +434,6 @@ define( [ "util/mediatypes", "editor/editor", "util/time", } else { fallbackContainer.classList.remove( "show" ); } - console.log( _popcornOptions.source[ 0 ] ); el.value = URI.stripUnique( _popcornOptions.source[ 0 ] ).toString(); }, fallbackUpdateUI = function( el ) {