summaryrefslogtreecommitdiffstats
path: root/clerk
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2014-08-24 17:56:39 +0200
committerRasmus Steinke <rasi@xssn.at>2014-08-24 17:56:39 +0200
commit404ea928667d40600f2535f26aee3069c1b8a0e1 (patch)
treefa1966d97f81b0d787ceb5c0139eb255a8c99c82 /clerk
parentf51eb64b80cd19ff31e9849acb970e52ba3c20fc (diff)
downloadperl-app-clerk-404ea928667d40600f2535f26aee3069c1b8a0e1.tar.gz
perl-app-clerk-404ea928667d40600f2535f26aee3069c1b8a0e1.tar.xz
Fixed wrong notification for track rating
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
}