Commit b8f614a9 authored by Jean-Paul Saman's avatar Jean-Paul Saman

mozilla: workaround for libvlc media_player end of media list behavior

(cherry picked from commit 3b04148e)
parent 443b94dc
......@@ -598,6 +598,7 @@ function onPlay()
function onEnd()
{
document.getElementById("state").innerHTML = "End...";
doStop();
}
var liveFeedText = new Array("Live", "((Live))", "(( Live ))", "(( Live ))");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment