Skip to content
This repository has been archived by the owner on Jan 31, 2018. It is now read-only.

Bug #2374 - Sequencer + YouTube upload #1518

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Bug #2374 - Sequencer + YouTube upload #1518

wants to merge 2 commits into from

Conversation

@@ -110,7 +117,7 @@ define( [ "util/lang", "util/xhr", "util/keys", "util/mediatypes", "editor/edito

el.querySelector( ".mg-title" ).innerHTML = data.title;
el.querySelector( ".mg-type" ).innerHTML = data.type;
el.querySelector( ".mg-duration" ).innerHTML = Time.toTimecode( data.duration, 0 );
el.querySelector( ".mg-duration" ).innerHTML = Time.toTimecode( data.duration ) || "???";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need to add this back in? I recently removed the need for it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably a bad merge.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants