mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Reduce hls.js not supported log
Happens often on iOS
This commit is contained in:
@@ -24,7 +24,7 @@ let alreadyRegistered = false
|
||||
|
||||
const registerSourceHandler = function (vjs: typeof videojs) {
|
||||
if (!Hlsjs.isSupported()) {
|
||||
logger.warn('Hls.js is not supported in this browser!')
|
||||
logger.info('Hls.js is not supported in this browser.')
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user