diff --git a/mopidy/internal/gi.py b/mopidy/internal/gi.py index 1407a657..fb9af0c9 100644 --- a/mopidy/internal/gi.py +++ b/mopidy/internal/gi.py @@ -22,7 +22,7 @@ except ImportError: """)) raise else: - Gst.is_initialized() or Gst.init() + Gst.is_initialized() or Gst.init([]) REQUIRED_GST_VERSION = (1, 2, 3)