Skip to content

Commit

Permalink
Merge pull request #2156 from raszpl/patch-3
Browse files Browse the repository at this point in the history
Update player.js autoplayDisable rename
  • Loading branch information
ImprovedTube committed Apr 3, 2024
2 parents 6f6a592 + 1487292 commit 7014a79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"autoPictureInPicture": {
"message": "Auto Picture-In-Picture"
},
"autoplay_disable": {
"autoplayDisable": {
"message": "Force Autoplay Off"
},
"avoidAv1": {
Expand Down
3 changes: 1 addition & 2 deletions menu/skeleton-parts/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ extension.skeleton.main.layers.section.player.on.click = {
},
autoplay_disable: {
component: 'switch',
text: 'autoplay',
value: false,
text: 'autoplayDisable',
storage: 'player_autoplay_disable'
},
up_next_autoplay: {
Expand Down

0 comments on commit 7014a79

Please sign in to comment.