Mercurial > audlegacy-plugins
diff src/scrobbler/gerpok.c @ 2441:166397a7efe1
Fixes for scrobbler plugin - skipped tracks, inappropriate scrobbling, re-tabs (Bugzilla #200)
author | CJ Kucera <pez@apocalyptech.com> |
---|---|
date | Sat, 08 Mar 2008 09:57:38 +0100 |
parents | 2e961ce4bfe8 |
children | bd3a24b39058 |
line wrap: on
line diff
--- a/src/scrobbler/gerpok.c Fri Mar 07 15:56:40 2008 -0600 +++ b/src/scrobbler/gerpok.c Sat Mar 08 09:57:38 2008 +0100 @@ -24,6 +24,7 @@ #define SCROBBLER_IMPLEMENTATION "0.1" /* This is the implementation, not the player version. */ #define SCROBBLER_SB_MAXLEN 1024 #define CACHE_SIZE 1024 +#define ALLOW_MULTIPLE /* Scrobblerbackend for xmms plugin, first draft */