diff --git a/pywb/static/vidrw.js b/pywb/static/vidrw.js index 64a9978e..1c65da0c 100644 --- a/pywb/static/vidrw.js +++ b/pywb/static/vidrw.js @@ -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; }