mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
Remove log message
This commit is contained in:
parent
55c4ccfae0
commit
4eb25e3509
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ export const VideoJS: FC<VideoJSProps> = ({ options, onReady }) => {
|
|||
|
||||
// Add a cachebuster param to playlist URLs.
|
||||
videojs.Vhs.xhr.beforeRequest = o => {
|
||||
console.log('beforeRequest');
|
||||
if (o.uri.match('m3u8')) {
|
||||
const cachebuster = Math.random().toString(16).substr(2, 8);
|
||||
// eslint-disable-next-line no-param-reassign
|
||||
|
|
Loading…
Reference in a new issue