mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
5 lines
225 B
JavaScript
5 lines
225 B
JavaScript
![]() |
// This is mostly for support of the es6 module export
|
||
|
// syntax with the babel compiler, it looks like it doesnt support
|
||
|
// function exports like we are used to in node/commonjs
|
||
|
module.exports = require('./hls.js').default;
|