From 87827341d38c3a5e877c7df45fba5c6238421885 Mon Sep 17 00:00:00 2001 From: geo-martino Date: Thu, 27 Jun 2024 11:37:42 -0400 Subject: [PATCH] update release history --- docs/release-history.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.