Skip to content

Commit

Permalink
returning previous behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
ImprovedTube committed May 17, 2023
1 parent 9bc7880 commit bf6a2bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion menu/skeleton-parts/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ extension.skeleton.main.layers.section.player.on.click = {
on: {
click: function () {
if (this.dataset.value === 'true' && satus.storage.get('player_autopause_when_switching_tabs')) {
document.getElementById('only_one_player_instance_playing').flip(false);
document.getElementById('only_one_player_instance_playing').flip(true);
document.getElementById('autopause_when_switching_tabs').flip(false);
}
}
}
Expand Down

0 comments on commit bf6a2bd

Please sign in to comment.