1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

video: yt: switch on timeout only if not started..

This commit is contained in:
Ilya Kreymer 2014-12-28 23:29:13 -08:00
parent 1684c14cda
commit df94e17305

View File

@ -225,7 +225,7 @@ __wbvidrw = (function() {
}
// if no player or player is still buffering (is this ok), then replace
if (state < 0 || state == 3) {
if (state < 0) {
do_yt_video_replace(player_div);
return;
}