diff --git a/mopidy/audio/actor.py b/mopidy/audio/actor.py index ea452c22..ed118f8d 100644 --- a/mopidy/audio/actor.py +++ b/mopidy/audio/actor.py @@ -690,7 +690,7 @@ class Audio(pykka.ThreadingActor): """ def sync_handler(bus, message): self._handler.on_message(bus, message) - return Gst.BUS_DROP + return Gst.BusSyncReply.DROP bus = self._playbin.get_bus() bus.set_sync_handler(sync_handler)