diff options
Diffstat (limited to 'youtube/templates')
-rw-r--r-- | youtube/templates/watch.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index 2c85e16..912237a 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -119,6 +119,8 @@ var videoPaused = video.paused; var videoSpeed = video.playbackRate; var videoSource; + if (avMerge) + avMerge.close(); if (selection.type == 'uni'){ videoSource = data['uni_sources'][selection.index]; video.src = videoSource.url; |