aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static
diff options
context:
space:
mode:
Diffstat (limited to 'youtube/static')
-rw-r--r--youtube/static/js/plyr-start.js23
1 files changed, 0 insertions, 23 deletions
diff --git a/youtube/static/js/plyr-start.js b/youtube/static/js/plyr-start.js
deleted file mode 100644
index aae3002..0000000
--- a/youtube/static/js/plyr-start.js
+++ /dev/null
@@ -1,23 +0,0 @@
-// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later
-const player = new Plyr(document.getElementById('js-video-player'), {
- disableContextMenu: false,
- captions: {
- active: true,
- language: 'en'
- },
- controls: [
- 'play-large',
- 'play',
- 'progress',
- 'current-time',
- 'mute',
- 'volume',
- 'captions',
- 'settings',
- 'fullscreen'
- ],
- iconUrl: "/youtube.com/static/modules/plyr/plyr.svg",
- blankVideo: "/youtube.com/static/modules/plyr/blank.webm",
- debug: false
-});
-// @license-end