LibreJS compliance
This commit is contained in:
parent
a689bded77
commit
1be5309002
2 changed files with 7 additions and 0 deletions
5
static/hls.light.min.js
vendored
Normal file
5
static/hls.light.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -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
|
Loading…
Add table
Reference in a new issue