From 0c3675ada05b9a5e342fd3d2ba233d3234b3eec7 Mon Sep 17 00:00:00 2001 From: Bruno Cauet Date: Wed, 14 Jan 2015 16:17:20 +0100 Subject: [PATCH] Fix replaygain: add 'log' to __init__ parameters --- beetsplug/replaygain.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/beetsplug/replaygain.py b/beetsplug/replaygain.py index f7ca68c5b..c2e21cd92 100644 --- a/beetsplug/replaygain.py +++ b/beetsplug/replaygain.py @@ -215,8 +215,9 @@ class CommandBackend(Backend): # GStreamer-based backend. -class GStreamerBackend(object): - def __init__(self, config): +class GStreamerBackend(Backend): + def __init__(self, config, log): + super(GStreamerBackend, self).__init__(config, log) self._import_gst() # Initialized a GStreamer pipeline of the form filesrc ->