Fix undefined error for plugins
I am getting this error on the embedded media player page. Making this change manually on my site fixed it. ``` Uncaught TypeError: Cannot set properties of undefined (setting 'chromecast') ```
This commit is contained in:
parent
08b1dd0ba0
commit
b0f6625a91
@ -82,6 +82,7 @@
|
||||
liveui: true,
|
||||
responsive: true,
|
||||
fluid: true,
|
||||
plugins: {},
|
||||
sources: [{ src: window.location.origin + '/' + playerConfig.source, type: 'application/x-mpegURL' }],
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user