mirror of
https://github.com/iv-org/invidious.git
synced 2025-06-13 05:37:44 +02:00
Add videojs-persist plugin
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user