Reduce hls.js not supported log

Happens often on iOS
This commit is contained in:
Chocobozzz
2023-07-28 09:18:12 +02:00
parent f862be2749
commit ac8f81e373

View File

@@ -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
}