Fix missing plugins object in player config
This commit is contained in:
parent
65426e0229
commit
be413a4e19
@ -83,6 +83,7 @@
|
||||
responsive: true,
|
||||
fluid: true,
|
||||
sources: [{ src: window.location.origin + '/' + playerConfig.source, type: 'application/x-mpegURL' }],
|
||||
plugins: {},
|
||||
};
|
||||
|
||||
if (playerConfig.chromecast) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user