diff options
author | Jesús <heckyel@hyperbola.info> | 2022-02-11 12:03:01 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-02-11 12:03:01 -0500 |
commit | 32d30bde9c1fb006348ce99f239f9f74f35607e4 (patch) | |
tree | 0aca8e6b6c76bc5182c20569a927bd130c452094 /youtube/static | |
parent | cd876f65e313080ab28c3ee5b18db896ca56f7c2 (diff) | |
download | yt-local-32d30bde9c1fb006348ce99f239f9f74f35607e4.tar.lz yt-local-32d30bde9c1fb006348ce99f239f9f74f35607e4.tar.xz yt-local-32d30bde9c1fb006348ce99f239f9f74f35607e4.zip |
update plyr config
Diffstat (limited to 'youtube/static')
-rw-r--r-- | youtube/static/js/plyr-start.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/youtube/static/js/plyr-start.js b/youtube/static/js/plyr-start.js index 6029de6..d3a6913 100644 --- a/youtube/static/js/plyr-start.js +++ b/youtube/static/js/plyr-start.js @@ -87,6 +87,8 @@ 'volume', 'captions', 'settings', + 'pip', + 'airplay', 'fullscreen' ], iconUrl: "/youtube.com/static/modules/plyr/plyr.svg", @@ -121,5 +123,8 @@ src: [storyboard_url], }, settings: ['captions', 'quality', 'speed', 'loop'], + tooltips: { + controls: true, + }, }); }()); |