diff options
Diffstat (limited to 'apps/scrobbler.c')
-rw-r--r-- | apps/scrobbler.c | 2 |
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) /* add entry using the currently ending track */ if (pending && (te->flags & TEF_CURRENT) -#if CONFIG_CODEC == SWCODEC && !(te->flags & TEF_REWIND) -#endif ) { pending = false; |