Wrong module path for StreamBackend example
This commit is contained in:
parent
e21de8dc8c
commit
13f39c8bf7
@ -20,7 +20,7 @@ from __future__ import unicode_literals
|
|||||||
#: BACKENDS = (
|
#: BACKENDS = (
|
||||||
#: u'mopidy.backends.local.LocalBackend',
|
#: u'mopidy.backends.local.LocalBackend',
|
||||||
#: u'mopidy.backends.spotify.SpotifyBackend',
|
#: u'mopidy.backends.spotify.SpotifyBackend',
|
||||||
#: u'mopidy.backends.spotify.StreamBackend',
|
#: u'mopidy.backends.stream.StreamBackend',
|
||||||
#: )
|
#: )
|
||||||
BACKENDS = (
|
BACKENDS = (
|
||||||
'mopidy.backends.local.LocalBackend',
|
'mopidy.backends.local.LocalBackend',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user