summaryrefslogtreecommitdiff
path: root/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'playlist.c')
-rw-r--r--playlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/playlist.c b/playlist.c
index 5b1443a1..22c3a3bf 100644
--- a/playlist.c
+++ b/playlist.c
@@ -2612,7 +2612,7 @@ pl_get_item_replaygain (playItem_t *it, int idx) {
switch (idx) {
case DDB_REPLAYGAIN_ALBUMGAIN:
case DDB_REPLAYGAIN_TRACKGAIN:
- return pl_find_meta_float (it, rg_keys[idx], 0);
+ return pl_find_meta_float (it, rg_keys[idx], 1000);
case DDB_REPLAYGAIN_ALBUMPEAK:
case DDB_REPLAYGAIN_TRACKPEAK:
return pl_find_meta_float (it, rg_keys[idx], 1);