mirror of
https://github.com/mue/mue.git
synced 2026-07-14 20:43:54 +02:00
fix: custom video backgrounds
This commit is contained in:
@@ -210,7 +210,7 @@ export default class Background extends PureComponent {
|
||||
return this.setState(offlineBackground());
|
||||
}
|
||||
|
||||
if (customBackground !== '' && customBackground !== 'undefined' && customBackground !== ['']) {
|
||||
if (customBackground !== '' && customBackground !== 'undefined' && customBackground !== [''] && customBackground !== undefined) {
|
||||
const object = {
|
||||
url: customBackground,
|
||||
type: 'custom',
|
||||
|
||||
Reference in New Issue
Block a user