Merge pull request #362 from kingosticks/feature/doc-settings-typo
Wrong module path for StreamBackend example in settings.BACKENDS doc string
This commit is contained in:
commit
631afff031
@ -20,7 +20,7 @@ from __future__ import unicode_literals
|
||||
#: BACKENDS = (
|
||||
#: u'mopidy.backends.local.LocalBackend',
|
||||
#: u'mopidy.backends.spotify.SpotifyBackend',
|
||||
#: u'mopidy.backends.spotify.StreamBackend',
|
||||
#: u'mopidy.backends.stream.StreamBackend',
|
||||
#: )
|
||||
BACKENDS = (
|
||||
'mopidy.backends.local.LocalBackend',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user