Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Jul 29, 2023
1 parent d12d847 commit 90bb9a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,6 @@ function skipToTime({v, skipTime, skippingSegments, openNotice, forceAutoSkip, u
v.currentTime = 0;
} else if (v.duration > 1 && skipTime[1] >= v.duration
&& (navigator.vendor === "Apple Computer, Inc." || isPlayingPlaylist())) {
console.log("doing workaround")
// MacOS will loop otherwise #1027
// Sometimes playlists loop too #1804
v.currentTime = v.duration - 0.001;
Expand Down

0 comments on commit 90bb9a4

Please sign in to comment.