Closed blueyed closed 8 years ago
When these are served e.g. through "lsinfo SoundCloud/Played" to ncmpcpp, it might crash: http://bugs.musicpd.org/view.php?id=4468.
Ref: https://github.com/mopidy/mopidy/issues/1340
Thanks! I merged this and then went on to make self.api.get_track() return None on failed lookups instead of empty Track() objects.
self.api.get_track()
None
Track()
When these are served e.g. through "lsinfo SoundCloud/Played" to ncmpcpp, it might crash: http://bugs.musicpd.org/view.php?id=4468.
Ref: https://github.com/mopidy/mopidy/issues/1340