summaryrefslogtreecommitdiff
path: root/apps/scrobbler.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/scrobbler.c')
-rw-r--r--apps/scrobbler.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/scrobbler.c b/apps/scrobbler.c
index 2793e70725..3622137a20 100644
--- a/apps/scrobbler.c
+++ b/apps/scrobbler.c
@@ -226,9 +226,7 @@ static void scrobbler_finish_event(unsigned short id, void *data)
226 226
227 /* add entry using the currently ending track */ 227 /* add entry using the currently ending track */
228 if (pending && (te->flags & TEF_CURRENT) 228 if (pending && (te->flags & TEF_CURRENT)
229#if CONFIG_CODEC == SWCODEC
230 && !(te->flags & TEF_REWIND) 229 && !(te->flags & TEF_REWIND)
231#endif
232 ) 230 )
233 { 231 {
234 pending = false; 232 pending = false;