Increased margin on logo and increased length of time of notice.

This commit is contained in:
Ajay Ramachandran
2019-07-11 18:31:53 -04:00
parent 6245e68a89
commit 9abec6bcba
2 changed files with 2 additions and 1 deletions

View File

@@ -108,7 +108,7 @@ function sponsorCheck(sponsorTimes) { // Video skipping
//send out the message saying that a sponsor message was skipped
openSkipNotice();
setTimeout(closeSkipNotice, 2500);
setTimeout(closeSkipNotice, 5000);
}
lastTime = v.currentTime;