diff options
author | Jesús <heckyel@hyperbola.info> | 2021-08-31 21:00:43 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-08-31 21:00:43 -0500 |
commit | 1632ab5cda66650b22b004ea4f7191196356cebb (patch) | |
tree | 3735ce6213ff12da66c733c925623912592215c7 /youtube/templates | |
parent | 12561c0ed350aa2c4720f2f0e5fce6f8cbea223f (diff) | |
download | yt-local-1632ab5cda66650b22b004ea4f7191196356cebb.tar.lz yt-local-1632ab5cda66650b22b004ea4f7191196356cebb.tar.xz yt-local-1632ab5cda66650b22b004ea4f7191196356cebb.zip |
plyr: remove sourceMappingURL=plyr.min.js.map
Diffstat (limited to 'youtube/templates')
-rw-r--r-- | youtube/templates/watch.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index 5b0fce5..46a3645 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -242,7 +242,7 @@ {% if settings.use_video_player == 2 %} <!-- plyr --> <script src="/youtube.com/static/modules/plyr/plyr.min.js" - integrity="sha512-LxSGuB4I2iAln3VLWi8t3RYhEks4/2rtcCw6kqiBghbqBJHXg5ikpeRxEOm0luiIuKDiqwNI3rsCXI/d+MPPAA==" + integrity="sha512-0JWbXvmMLCb9fsWBlcStfEdREgVEpfT0lSgJ5JemQXZJUE5W33gnLmUqxyww7xT8ESgA+YtAtBbn8O3tgYnSQg==" crossorigin="anonymous"></script> <script src="/youtube.com/static/js/plyr-start.js"></script> <!-- /plyr --> |