Skip to content

Commit df94e17

Browse files
committed
video: yt: switch on timeout only if not started..
1 parent 1684c14 commit df94e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pywb/static/vidrw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ __wbvidrw = (function() {
225225
}
226226

227227
// if no player or player is still buffering (is this ok), then replace
228-
if (state < 0 || state == 3) {
228+
if (state < 0) {
229229
do_yt_video_replace(player_div);
230230
return;
231231
}

0 commit comments

Comments
 (0)