Skip to content

Commit 7991c65

Browse files
secret
1 parent 91f7753 commit 7991c65

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

hda.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const getTrack = async () => {
1010

1111
let isPlaying = json.track['@attr']?.nowplaying || false;
1212

13-
if(!isPlaying) {
13+
if(!isPlaying) {;
1414
// Trigger if a song isn't playing
1515
return;
1616
} else {

0 commit comments

Comments
 (0)