From 393e5436369cdbf697d4ec78743fa1b3d4d9140e Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Tue, 26 Aug 2014 00:32:21 +0200 Subject: another typo fixed --- clerk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clerk') 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 -- cgit v1.2.3-24-g4f1b