From ea391800318b03158906a2eb101ed0e2e3a9256e Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 25 Aug 2008 11:39:16 +0200 Subject: Rating a already loved song is not forbidden Pandora doesn't forbid this, so why should we? --- src/ui_act.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') 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; } -- cgit v1.2.3