diff --git a/mopidy/backends/despotify.py b/mopidy/backends/despotify.py
index 0fe9c506..3f5e33c6 100644
--- a/mopidy/backends/despotify.py
+++ b/mopidy/backends/despotify.py
@@ -24,21 +24,7 @@ class DespotifyBackend(BaseBackend):
is the Python bindings for the despotify library. It got litle
documentation, but a couple of examples are available.
- **Issues**
-
- - r503: Sometimes segfaults when traversing stored playlists, their tracks,
- artists, and albums. As it is not predictable, it may be a concurrency
- issue.
-
- - r503: Segfaults when looking up playlists, both your own lists and other
- peoples shared lists. To reproduce::
-
- >>> import spytify # doctest: +SKIP
- >>> s = spytify.Spytify('alice', 'secret') # doctest: +SKIP
- >>> s.lookup('spotify:user:klette:playlist:5rOGYPwwKqbAcVX8bW4k5V')
- ... # doctest: +SKIP
- Segmentation fault
-
+ **Issues:** http://github.com/jodal/mopidy/issues/labels/despotify
"""
def __init__(self, *args, **kwargs):
diff --git a/mopidy/backends/gstreamer.py b/mopidy/backends/gstreamer.py
index 1e836a71..ef72e14b 100644
--- a/mopidy/backends/gstreamer.py
+++ b/mopidy/backends/gstreamer.py
@@ -33,6 +33,8 @@ class GStreamerBackend(BaseBackend):
A backend for playing music from a local music archive.
Uses the `GStreamer `_ library.
+
+ **Issues:** http://github.com/jodal/mopidy/issues/labels/gstreamer
"""
def __init__(self, *args, **kwargs):
diff --git a/mopidy/backends/libspotify.py b/mopidy/backends/libspotify.py
index 3783d825..b5a3e316 100644
--- a/mopidy/backends/libspotify.py
+++ b/mopidy/backends/libspotify.py
@@ -32,10 +32,7 @@ class LibspotifyBackend(BaseBackend):
`_, but we haven't tested
that yet.
- **Issues**
-
- - libspotify is badly packaged. See
- http://getsatisfaction.com/spotify/topics/libspotify_please_fix_the_installation_script.
+ **Issues:** http://github.com/jodal/mopidy/issues/labels/libspotify
"""
def __init__(self, *args, **kwargs):