diff options
author | M. Voerman <rekordc@gmail.com> | 2016-10-11 07:27:29 +0200 |
---|---|---|
committer | M. Voerman <rekordc@gmail.com> | 2016-10-11 07:27:29 +0200 |
commit | ab0507d21a1428b34271158207efb55e11d16632 (patch) | |
tree | 3502ce93aff02a10e41e0a306c4a5228c975a7bc /javascript | |
parent | 705f1e029b0221326aca0a8aa7cf54fc1637ae3b (diff) | |
download | vdr-vipclient-master.tar.gz vdr-vipclient-master.tar.bz2 |
Diffstat (limited to 'javascript')
-rw-r--r-- | javascript/main.js | 2 |
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; |