summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xspotify-scrobble.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/spotify-scrobble.sh b/spotify-scrobble.sh
index 83b3f9f..8e006d2 100755
--- a/spotify-scrobble.sh
+++ b/spotify-scrobble.sh
@@ -12,7 +12,7 @@ scrobble() {
album=$3
duration=$4
- moc-scrobbler --artist="$1" --track="$2" --album="$3" --duration="$4"
+ moc-scrobbler --artist="$artist" --track="$title" --album="$album" --duration="$duration"
}
while true