From 728184b3f0ccd2fb2a0c7f79c8165d26a14a979b Mon Sep 17 00:00:00 2001 From: Andrew Mahone Date: Sat, 3 Jan 2009 13:58:50 -0500 Subject: [PATCH] look for replaygain track gain in o rather than self in id3rva2in --- audiomangler/tag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audiomangler/tag.py b/audiomangler/tag.py index 115419e..ea0c9d7 100644 --- a/audiomangler/tag.py +++ b/audiomangler/tag.py @@ -97,7 +97,7 @@ def id3rva2in(i, o, k, v): if v.channel != 1: return if not v.desc: - if 'replaygain_track_gain' in self: + if 'replaygain_track_gain' in o: return else: target = 'track' -- 2.11.4.GIT