summaryrefslogtreecommitdiffstats
path: root/clerk
diff options
context:
space:
mode:
Diffstat (limited to 'clerk')
-rw-r--r--clerk2
1 files changed, 1 insertions, 1 deletions
diff --git a/clerk b/clerk
index f763f32..f107950 100644
--- a/clerk
+++ b/clerk
@@ -644,7 +644,7 @@ rateTrack () {
echo "File already rated. Changing Rating..."
fi
echo "$ratings/$track_maxratings $(echo "$cur_file")" >> track_ratings.txt
- notify-send "clerk" "Rated $(mpc current -f "%$mpd_artist% - %album%") with $ratings"
+ notify-send "clerk" "Rated $(mpc current -f "%$mpd_artist% - %title%") with $ratings"
fi
}