LibreJS compliance

This commit is contained in:
spikecodes 2021-04-19 17:40:22 -07:00
parent a689bded77
commit 1be5309002
No known key found for this signature in database
GPG Key ID: 004CECFF9B463BCB
2 changed files with 7 additions and 0 deletions

5
static/hls.light.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,4 @@
// @license http://www.gnu.org/licenses/agpl-3.0.html AGPL-3.0
(function () {
if (Hls.isSupported()) {
var videoSources = document.querySelectorAll("video source[type='application/vnd.apple.mpegurl']");
@ -73,3 +74,4 @@
});
}
})();
// @license-end