Add LastfmFrontend to the FRONTENDS default

This commit is contained in:
Stein Magnus Jodal 2010-08-24 02:57:05 +02:00
parent d4541bb505
commit 2ccd3000cd

View File

@ -45,11 +45,14 @@ DUMP_LOG_FILENAME = u'dump.log'
#:
#: Default::
#:
#: FRONTENDS = (u'mopidy.frontends.mpd.MpdFrontend',)
#:
#: .. note::
#: Currently only the first frontend in the list is used.
FRONTENDS = (u'mopidy.frontends.mpd.MpdFrontend',)
#: FRONTENDS = (
#: u'mopidy.frontends.mpd.MpdFrontend',
#: u'mopidy.frontends.lastfm.LastfmFrontend',
#: )
FRONTENDS = (
u'mopidy.frontends.mpd.MpdFrontend',
u'mopidy.frontends.lastfm.LastfmFrontend',
)
#: Which GStreamer audio sink to use in :mod:`mopidy.outputs.gstreamer`.
#: