Added page to manually scrobble

This commit is contained in:
Krateng
2019-05-14 12:50:31 +02:00
parent 9b8e7c65f1
commit 8b0904e589
3 changed files with 230 additions and 0 deletions
+4
View File
@@ -42,3 +42,7 @@ function checkAPIkey() {
apikeycorrect = false
}
}
function APIkey() {
return document.getElementById("apikey").value;
}