Video player: remember volume in local storage

This commit is contained in:
2018-08-31 18:16:47 +02:00
parent 2698be3e12
commit f29e01c78e
2 changed files with 21 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ script(type="text/javascript").
'eventsToTrack' : ['start', 'error', 'percentsPlayed']
});
this.hotkeys();
this.rememberVolumePlugin();
{% if current_user.is_authenticated %}
let fetch_progress_url = '{{ url_for("users_api.get_video_progress", video_id=node._id) }}';