From 07f2d46ccfdfbf1ca51f91c6dc9a1f13495c453d Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 12 Feb 2015 23:49:47 +0100 Subject: [PATCH] softwaremixer: Update comment after audio refactoring --- mopidy/softwaremixer/mixer.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mopidy/softwaremixer/mixer.py b/mopidy/softwaremixer/mixer.py index dadbbec8..85441c57 100644 --- a/mopidy/softwaremixer/mixer.py +++ b/mopidy/softwaremixer/mixer.py @@ -28,9 +28,9 @@ class SoftwareMixer(pykka.ThreadingActor, mixer.Mixer): self._audio_mixer = mixer_ref # The Mopidy startup procedure will set the initial volume of a - # mixer, but this happens before the audio actor is injected into the - # software mixer and has no effect. Thus, we need to set the initial - # volume again. + # mixer, but this happens before the audio actor's mixer is injected + # into the software mixer actor and has no effect. Thus, we need to set + # the initial volume again. if self._initial_volume is not None: self.set_volume(self._initial_volume) if self._initial_mute is not None: