Update links to backend issues
This commit is contained in:
parent
febd7ebc15
commit
5b66a52dcc
@ -24,7 +24,7 @@ class DespotifyBackend(BaseBackend):
|
|||||||
is the Python bindings for the despotify library. It got litle
|
is the Python bindings for the despotify library. It got litle
|
||||||
documentation, but a couple of examples are available.
|
documentation, but a couple of examples are available.
|
||||||
|
|
||||||
**Issues:** http://github.com/jodal/mopidy/issues/labels/despotify
|
**Issues:** http://github.com/jodal/mopidy/issues/labels/backend-despotify
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
|
|||||||
@ -34,7 +34,7 @@ class GStreamerBackend(BaseBackend):
|
|||||||
|
|
||||||
Uses the `GStreamer <http://gstreamer.freedesktop.org/>`_ library.
|
Uses the `GStreamer <http://gstreamer.freedesktop.org/>`_ library.
|
||||||
|
|
||||||
**Issues:** http://github.com/jodal/mopidy/issues/labels/gstreamer
|
**Issues:** http://github.com/jodal/mopidy/issues/labels/backend-gstreamer
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
|
|||||||
@ -32,7 +32,7 @@ class LibspotifyBackend(BaseBackend):
|
|||||||
<http://github.com/noahwilliamsson/openspotify>`_, but we haven't tested
|
<http://github.com/noahwilliamsson/openspotify>`_, but we haven't tested
|
||||||
that yet.
|
that yet.
|
||||||
|
|
||||||
**Issues:** http://github.com/jodal/mopidy/issues/labels/libspotify
|
**Issues:** http://github.com/jodal/mopidy/issues/labels/backend-libspotify
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user