Merge pull request #1560 from mchangrh/piped-support

add selector for piped
This commit is contained in:
Ajay Ramachandran
2023-01-21 17:23:45 -05:00
committed by GitHub
4 changed files with 42 additions and 13 deletions

View File

@@ -9,6 +9,8 @@ export function getControls(): HTMLElement {
".player-controls-top",
// Invidious/videojs video element's controls element
".vjs-control-bar",
// Piped shaka player
".shaka-bottom-controls"
];
for (const controlsSelector of controlsSelectors) {