fix merge error

This commit is contained in:
Araxeus
2021-12-01 00:08:55 +02:00
parent bdd0a2e8db
commit e917abaec9

View File

@ -6,13 +6,10 @@ function $(selector) { return document.querySelector(selector); }
let options, player, video, api;
let api;
const switchButtonDiv = ElementFromFile(
templatePath(__dirname, "button_template.html")
);
module.exports = (_options) => {
if (_options.forceHide) return;
options = _options;