Fix missing plugins object in player config

This commit is contained in:
Ingo Oppermann 2024-10-18 14:39:05 +02:00
parent 65426e0229
commit be413a4e19
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E

View File

@ -83,6 +83,7 @@
responsive: true,
fluid: true,
sources: [{ src: window.location.origin + '/' + playerConfig.source, type: 'application/x-mpegURL' }],
plugins: {},
};
if (playerConfig.chromecast) {