@ -27,6 +27,9 @@ def scrobble(thealbum):
else:
theartist = album["artist"]
thetrack = item
if theartist == "noscrob":
print("Skipped " + thetrack)
last_api_call = network.scrobble(theartist,thetrack,int(time.time()))
print("Scrobbled " + item)
countdown(tracklist[item])