summaryrefslogtreecommitdiffstats
path: root/clerk
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2014-08-26 00:32:21 +0200
committerRasmus Steinke <rasi@xssn.at>2014-08-26 00:32:21 +0200
commit393e5436369cdbf697d4ec78743fa1b3d4d9140e (patch)
tree76d56eb29d32dbef8f809fa4c8331f95769605e2 /clerk
parent3b280190c14c6b1c72382d079ed0a082913c59d0 (diff)
downloadperl-app-clerk-393e5436369cdbf697d4ec78743fa1b3d4d9140e.tar.gz
perl-app-clerk-393e5436369cdbf697d4ec78743fa1b3d4d9140e.tar.xz
another typo fixed
Diffstat (limited to 'clerk')
-rw-r--r--clerk2
1 files changed, 1 insertions, 1 deletions
diff --git a/clerk b/clerk
index 05a1af1..d1d2940 100644
--- a/clerk
+++ b/clerk
@@ -707,7 +707,7 @@ rateAlbum () {
else
echo "artist="$(mpc current --format %artist%)"" >> "$(mpc current -f %$mpd_artist%--%date%--%album%).ratings"
echo "album="$(mpc current --format %album%)"" >> "$(mpc current -f %$mpd_artist%--%date%--%album%).ratings"
- echo "date="$(mpc current --format %date%)"" >> "$(mpc current -f $albumartist--%date%--%album%).ratings"
+ echo "date="$(mpc current --format %date%)"" >> "$(mpc current -f %$mpd_artist%--%date%--%album%).ratings"
echo "directory="$(dirname "$(mpc current --format %file%)")"" >> "$(mpc current -f %$mpd_artist%--%date%--%album%).ratings"
fi
if grep "album_rating=" "$(mpc current -f %artist%--%date%--%album%).ratings" > /dev/null; then