diff options
Diffstat (limited to 'javascript')
-rwxr-xr-x | javascript/ajax.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/javascript/ajax.js b/javascript/ajax.js index a33bdf9..40ca661 100755 --- a/javascript/ajax.js +++ b/javascript/ajax.js @@ -51,6 +51,8 @@ function openpls(xhr) if ( streamstatus == 'error' ) this.location.href = 'error.php'; else - document.player.Play() + + this.location.href = 'playlist/playlist.m3u'; + //document.s1.Play(); } } |