mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 02:08:21 +00:00
Fix build error.
This commit is contained in:
parent
291a0373b7
commit
1d47af14ff
@ -606,7 +606,7 @@ export default {
|
||||
return;
|
||||
}
|
||||
|
||||
markers?.style.background = `linear-gradient(${array.join(",")})`;
|
||||
if (markers) markers.style.background = `linear-gradient(${array.join(",")})`;
|
||||
},
|
||||
destroy(hotkeys) {
|
||||
if (this.$ui) {
|
||||
|
Loading…
Reference in New Issue
Block a user