summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2017-09-30 18:50:36 +0200
committerRasmus Steinke <rasi@xssn.at>2017-09-30 18:50:36 +0200
commitae8e72db1167db889210d64234919c66faf290d2 (patch)
treec55b1e08bad1c19929f0f31eaa04b1f3d06d55d4
parent2aa016751552e434e656b3c9cbc807438fb0462e (diff)
downloadperl-app-clerk-ae8e72db1167db889210d64234919c66faf290d2.tar.gz
perl-app-clerk-ae8e72db1167db889210d64234919c66faf290d2.tar.xz
fix condition
-rwxr-xr-xclerk2
1 files changed, 1 insertions, 1 deletions
diff --git a/clerk b/clerk
index 382b478..cc85371 100755
--- a/clerk
+++ b/clerk
@@ -563,7 +563,7 @@ sub mpd_rate_with_albums {
}
}
push @final_list, [ @list_of_files ];
- if ($rating eq "---\n") {
+ if ($rating eq "---") {
#noop
} else {
mpd_rate_items(@final_list, $rating, "albumrating");