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
No known key found for this signature in database
GPG key ID: F9CCC80C18A59037
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();