summaryrefslogtreecommitdiff
path: root/spotify-scrobble.sh
diff options
context:
space:
mode:
Diffstat (limited to 'spotify-scrobble.sh')
-rwxr-xr-xspotify-scrobble.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/spotify-scrobble.sh b/spotify-scrobble.sh
index e9675e9..83b3f9f 100755
--- a/spotify-scrobble.sh
+++ b/spotify-scrobble.sh
@@ -25,10 +25,6 @@ do
if [ "`echo "$status" | tail -n1 | cut -d '"' -f 2`" != "Playing" ]; then
# currently nothing is playing; keep checking
- old_artist=
- old_title=
- old_album=
- old_duration=
sleep 5
continue
fi