comparison src/scrobbler/settings.h @ 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 15e8890cb54d
children 062f42c3737e
comparison
equal deleted inserted replaced
2440:5e87f7cc8d13 2441:166397a7efe1
6 #define DEBUG 0 6 #define DEBUG 0
7 #define META_DEBUG 0 7 #define META_DEBUG 0
8 #define SUB_DEBUG 0 8 #define SUB_DEBUG 0
9 #define CLIENT "Audacious" 9 #define CLIENT "Audacious"
10 #define USER_AGENT "AudioScrobbler/1.1" PACKAGE_NAME "/" PACKAGE_VERSION 10 #define USER_AGENT "AudioScrobbler/1.1" PACKAGE_NAME "/" PACKAGE_VERSION
11 #define MAKE_BMP
12 #define ALLOW_MULTIPLE
13 11
14 #endif 12 #endif