diff options
author | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-08-25 11:39:16 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-08-25 11:39:16 +0200 |
commit | ea391800318b03158906a2eb101ed0e2e3a9256e (patch) | |
tree | d20a676599a3501b6b9ff9e8ffeb3adb64afa9fe /src | |
parent | d79795d1576d69a57a852c4f279da133e68755df (diff) | |
download | pianobar-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.c | 4 |
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; } |