mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 19:47:04 +03:00
Remove log
This commit is contained in:
@@ -1594,7 +1594,6 @@ function skipToTime({v, skipTime, skippingSegments, openNotice, forceAutoSkip, u
|
|||||||
v.currentTime = 0;
|
v.currentTime = 0;
|
||||||
} else if (v.duration > 1 && skipTime[1] >= v.duration
|
} else if (v.duration > 1 && skipTime[1] >= v.duration
|
||||||
&& (navigator.vendor === "Apple Computer, Inc." || isPlayingPlaylist())) {
|
&& (navigator.vendor === "Apple Computer, Inc." || isPlayingPlaylist())) {
|
||||||
console.log("doing workaround")
|
|
||||||
// MacOS will loop otherwise #1027
|
// MacOS will loop otherwise #1027
|
||||||
// Sometimes playlists loop too #1804
|
// Sometimes playlists loop too #1804
|
||||||
v.currentTime = v.duration - 0.001;
|
v.currentTime = v.duration - 0.001;
|
||||||
|
|||||||
Reference in New Issue
Block a user