summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--javascript/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/main.js b/javascript/main.js
index 3a0858e..7883c79 100644
--- a/javascript/main.js
+++ b/javascript/main.js
@@ -3599,7 +3599,7 @@ function MPD(ev) {
if (MPDListener == 0) {
if (ev.state == 6 ) {
if (ev.reason == "CommandClose" && ErrorAgain == 0) {
- initialDelayPlayID = setTimeout("mediaPlayer.open(URL);mediaPlayer.play(1000);GetEPG(currChan);ExtraStuff();",TryingInterval);
+ setTimeout("mediaPlayer.open(URL);mediaPlayer.play(1000);GetEPG(currChan);ExtraStuff();",initialDelayPlay);
ErrorAgain = 1;
} else if (KeepTrying) {
ErrorAgain = 0;