We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f7753 commit 7991c65Copy full SHA for 7991c65
hda.html
@@ -0,0 +1,4 @@
1
+<p>You are not allowed</p>
2
+<p>https://docs.google.com/presentation/d/184oLRo3Btgxpv8XC9-_adLNO0DcpavoVTIteu8MgiwU/edit?usp=sharing</p>
3
+
4
+<a href="https://docs.google.com/presentation/d/184oLRo3Btgxpv8XC9-_adLNO0DcpavoVTIteu8MgiwU/edit?usp=sharing">HERE</a>
script/LastFM.js
@@ -10,7 +10,7 @@ const getTrack = async () => {
10
11
let isPlaying = json.track['@attr']?.nowplaying || false;
12
13
- if(!isPlaying) {
+ if(!isPlaying) {;
14
// Trigger if a song isn't playing
15
return;
16
} else {
0 commit comments