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:
Alexander Bell-Towne 2025-06-23 23:34:27 -07:00 committed by GitHub
parent 08b1dd0ba0
commit b0f6625a91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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