Add FRONTEND setting
This commit is contained in:
parent
65fcfbfae9
commit
af4d1f702e
@ -25,6 +25,11 @@ BACKENDS = (
|
||||
#: the format.
|
||||
CONSOLE_LOG_FORMAT = u'%(levelname)-8s %(asctime)s [%(process)d:%(threadName)s] %(name)s\n %(message)s'
|
||||
|
||||
#: Protocol frontend to use. Default::
|
||||
#:
|
||||
#: FRONTEND = u'mopidy.mpd.handler.MpdHandler'
|
||||
FRONTEND = u'mopidy.mpd.handler.MpdHandler'
|
||||
|
||||
#: Sound mixer to use. See :mod:`mopidy.mixers` for all available mixers.
|
||||
#:
|
||||
#: Default on Linux::
|
||||
|
||||
Loading…
Reference in New Issue
Block a user