From 20d3b48bb5ffb8d2fbbc2ee7c4b14b3ecc751d65 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 7 Jun 2011 16:02:29 +0200 Subject: [PATCH] Update changelog with fix for GH-59 (fixes: #59) --- docs/changes.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index b4d56711..b13dad26 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -29,6 +29,13 @@ No description yet. - Replace not decodable characters returned from Spotify instead of throwing an exception, as we won't try to figure out the encoding of non-UTF-8-data. +- Spotify backend: + + - Thanks to Antoine Pierlot-Garcin's recent work on updating and improving + pyspotify, stored playlists will again load when Mopidy starts. The + workaround of searching and reconnecting to make the playlists appear are + no longer necessary. (Fixes: :issue:`59`) + - MPD frontend: - Refactoring and cleanup. Most notably, all request handlers now get an