Skip to content

Commit

Permalink
Extend audio sync time because it may trigger loading on YouTube
Browse files Browse the repository at this point in the history
  • Loading branch information
vantezzen committed Jul 24, 2021
1 parent f01efc9 commit bb767e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/content/lib/AudioSync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default class AudioSync {
this.skipper.element.currentTime = this.skipper.element.currentTime;
debug("AudioSync: Synced audio");

setTimeout(this.sync, 5000);
setTimeout(this.sync, 30000);
} else {
debug('AudioSync: Stopping because option was disabled');

Expand Down

0 comments on commit bb767e5

Please sign in to comment.