mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-02 06:26:27 -04:00
Add videojs-persist plugin
This commit is contained in:
parent
85ba04b715
commit
c952754c8c
3 changed files with 8 additions and 0 deletions
|
@ -677,3 +677,6 @@ if (window.location.pathname.startsWith("/embed/")) {
|
|||
cb = player.getChild('ControlBar')
|
||||
cb.addChild(watch_on_invidious_button)
|
||||
};
|
||||
|
||||
// Add usage of videojs-persist
|
||||
player.persist();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue