videojs.Hls.xhr.beforeRequest = function()

in frontend/src/components/player/player.js [15:18]


    videojs.Hls.xhr.beforeRequest = function (options) {
      options.uri = `${options.uri}`;
      return options;
    };