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:
parent
1684c14cda
commit
df94e17305
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user