mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 02:31:45 +00:00
fix merge error
This commit is contained in:
@ -6,13 +6,10 @@ function $(selector) { return document.querySelector(selector); }
|
|||||||
|
|
||||||
let options, player, video, api;
|
let options, player, video, api;
|
||||||
|
|
||||||
let api;
|
|
||||||
|
|
||||||
const switchButtonDiv = ElementFromFile(
|
const switchButtonDiv = ElementFromFile(
|
||||||
templatePath(__dirname, "button_template.html")
|
templatePath(__dirname, "button_template.html")
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
module.exports = (_options) => {
|
module.exports = (_options) => {
|
||||||
if (_options.forceHide) return;
|
if (_options.forceHide) return;
|
||||||
options = _options;
|
options = _options;
|
||||||
|
|||||||
Reference in New Issue
Block a user