Add videojs-persist plugin

This commit is contained in:
Féry Mathieu (Mathius)
2022-02-12 17:01:52 +01:00
parent 85ba04b715
commit c952754c8c
3 changed files with 8 additions and 0 deletions

View File

@ -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();