mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 19:31:46 +00:00
feat(plugin): add unobtrusive player plugin (#3104)
* feat(plugin): add unobtrusive player plugin * fix(plugin): add removeEventListener once unobtrusive-player is disabled * feat(plugin): prevent player page button animation when changing song * fix(plugin): add removeEventListener for videodatachange once unobtrusive-player is disabled
This commit is contained in:
@ -788,6 +788,10 @@
|
||||
"description": "Integration with OBS's plugin Tuna",
|
||||
"name": "Tuna OBS"
|
||||
},
|
||||
"unobtrusive-player": {
|
||||
"description": "Prevents the player from popping up when playing a song",
|
||||
"name": "Unobtrusive Player"
|
||||
},
|
||||
"video-toggle": {
|
||||
"description": "Adds a button to switch between Video/Song mode. can also optionally remove the whole video tab",
|
||||
"menu": {
|
||||
|
||||
Reference in New Issue
Block a user