We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9307aef commit 777ce36Copy full SHA for 777ce36
2 files changed
src/app.tsx
@@ -41,7 +41,7 @@ async function injectGenres(genreContainer: HTMLDivElement) {
41
});
42
43
// Append genreContainer
44
- let infoContainer = await waitForElement("div.main-trackInfo-container", 3000);
+ let infoContainer = await waitForElement(".main-nowPlayingWidget-trackInfo", 3000);
45
infoContainer?.appendChild(genreContainer);
46
}
47
src/styles.scss
@@ -1,4 +1,4 @@
1
-.main-trackInfo-container {
+.main-nowPlayingWidget-trackInfo {
2
grid-template:
3
"pretitle pretitle"
4
"title title"
0 commit comments