diff --git a/docs/release-history.rst b/docs/release-history.rst index aac9e7ab..c9268260 100644 --- a/docs/release-history.rst +++ b/docs/release-history.rst @@ -47,10 +47,9 @@ Removed Fixed ----- -* Bug in MusicBee XMLLibraryParser which would not read 'Playlists' keys. +* Bug in :py:class:`.XMLLibraryParser` which would not read 'Playlists' keys. * Moved 'check api' logic later when deleting playlists in :py:class:`.RemoteItemChecker` to ensure API is not checked on close when checker has not actually run. -* :py:class:`.RequestHandler` now also handles bad responses even if response is OK. * :py:class:`.RequestHandler` now handles wait and backoff logic asynchronously. * Tracks on playlists from the JSON output of :py:class:`.LocalLibrary` now display correctly. Previously showed 'null' for every track.