mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-14 20:01:47 +00:00
change file names to lower case
This commit is contained in:
@ -7,7 +7,7 @@ function $(selector) { return document.querySelector(selector); }
|
|||||||
let options;
|
let options;
|
||||||
|
|
||||||
const switchButtonDiv = ElementFromFile(
|
const switchButtonDiv = ElementFromFile(
|
||||||
templatePath(__dirname, "buttonTemplate.html")
|
templatePath(__dirname, "button_template.html")
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user