Comment 1 for bug 1325564

Revision history for this message
Dan Garner (dangarner) wrote :

I *think* that adding the following on Line 337 will resolve this:

if (oldMedia.mediaType == "video") {
            $("#" + oldMedia.containerName + "-vid").get(0).play();
}