Fix a crash
This commit is contained in:
parent
94a9b1e56f
commit
be82c4dae6
@ -295,7 +295,7 @@ class VideoData {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// let's play _very_ safe
|
// let's play _very_ safe
|
||||||
let {property, value} = style.split('!important')[0].split(':');
|
let [property, value] = style.split('!important')[0].split(':');
|
||||||
value = value.trim();
|
value = value.trim();
|
||||||
styleObject[property] = value;
|
styleObject[property] = value;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user