Skip to content

Commit

Permalink
update to the skip control, think I have noticed it pausing video's i…
Browse files Browse the repository at this point in the history
…mmediately after an advert.
  • Loading branch information
Simon Fraser committed Sep 25, 2018
1 parent 5dbeefa commit bbdb338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function skipOverAdverts () {
if(typeof skip !== "undefined") { skip.click() }
`)
}
}, 500)
}, 1000)
}

function createMenu () {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "musictube-player",
"version": "v1.4.2",
"version": "v1.4.3",
"description": "MusicTube player is an electron wrapper application for YouTube Music with added media key support and notifications.",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit bbdb338

Please sign in to comment.