You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expanded error message on :py:class:.DynamicProcessor processor lookup exception.
Improved logging of bad responses on :py:class:.RequestHandler
wait_max time to cap wait time between requests for :py:class:.RequestHandler
Add log on :py:class:.CachedSession for when either a cache hit or a HTTP request happens.
Removed
limiter_deduplication attribute from print output on :py:class:.XAutoPF
Fixed
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 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.