From 2b5e2f6e3f9d75ff721cf8bc3ab08479d5596023 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 9 Apr 2013 23:41:52 +0200 Subject: [PATCH] Update changelog --- docs/changes.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index 0c14db72..2bff6c67 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -18,6 +18,14 @@ v0.14.0 (UNRELEASED) - Add support for starred playlists, both your own and those owned by other users. (Fixes: :issue:`326`) +**MPD frontend** + +- Playlists with identical names are now handled properly by the MPD frontend + by suffixing the duplicate names with e.g. ``[2]``. This is needed because + MPD identify playlists by name only, while Mopidy and Spotify supports + multiple playlists with the same name, and identify them using an URI. + (Fixes: :issue:`114`) + v0.13.0 (2013-03-31) ====================