Remove mixer from the Backend API as it is independent
This commit is contained in:
parent
2700698ec7
commit
7206d68648
@ -17,9 +17,6 @@ class Backend(object):
|
||||
# :class:`mopidy.backends.base.LibraryController`.
|
||||
library = None
|
||||
|
||||
#: The sound mixer. An instance of :class:`mopidy.mixers.BaseMixer`.
|
||||
mixer = None
|
||||
|
||||
#: The playback controller. An instance of
|
||||
#: :class:`mopidy.backends.base.PlaybackController`.
|
||||
playback = None
|
||||
|
||||
Loading…
Reference in New Issue
Block a user