diff --git a/mopidy/internal/models.py b/mopidy/internal/models.py index 7d0ed6b1..11d09bf7 100644 --- a/mopidy/internal/models.py +++ b/mopidy/internal/models.py @@ -42,7 +42,7 @@ class MixerState(ValidatedImmutableObject): :param volume: the volume :type volume: int - :param mute: the volume + :param mute: the mute state :type mute: int """