Fix navigation arrows

This commit is contained in:
TC
2023-07-04 22:05:58 +02:00
parent 1ed43e11ad
commit d0733e25dc
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ function run() {
templatePath(__dirname, "forward.html")
);
const backButton = ElementFromFile(templatePath(__dirname, "back.html"));
const menu = document.querySelector("ytmusic-pivot-bar-renderer");
const menu = document.querySelector("#right-content");
if (menu) {
menu.prepend(backButton, forwardButton);