summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLars-Dominik Braun <PromyLOPh@gmail.com>2008-08-25 11:39:16 +0200
committerLars-Dominik Braun <PromyLOPh@gmail.com>2008-08-25 11:39:16 +0200
commitea391800318b03158906a2eb101ed0e2e3a9256e (patch)
treed20a676599a3501b6b9ff9e8ffeb3adb64afa9fe /src
parentd79795d1576d69a57a852c4f279da133e68755df (diff)
downloadpianobar-ea391800318b03158906a2eb101ed0e2e3a9256e.tar.gz
pianobar-ea391800318b03158906a2eb101ed0e2e3a9256e.tar.bz2
pianobar-ea391800318b03158906a2eb101ed0e2e3a9256e.zip
Rating a already loved song is not forbidden
Pandora doesn't forbid this, so why should we?
Diffstat (limited to 'src')
-rw-r--r--src/ui_act.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ui_act.c b/src/ui_act.c
index f027594..011f35b 100644
--- a/src/ui_act.c
+++ b/src/ui_act.c
@@ -191,10 +191,6 @@ void BarUiActSongInfo (BAR_KS_ARGS) {
void BarUiActLoveSong (BAR_KS_ARGS) {
RETURN_IF_NO_SONG;
- if ((*curSong)->rating == PIANO_RATE_LOVE) {
- BarUiMsg ("Already loved. No need to do this twice.\n");
- return;
- }
if (!BarTransformIfShared (ph, *curStation)) {
return;
}