From e1a50884f25e32a35dbb3ad493bcea3165dbc23d Mon Sep 17 00:00:00 2001 From: Konstantin Date: Thu, 19 Sep 2024 13:31:20 +0200 Subject: [PATCH] should have checked --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index a94e91dec2..f0f7da7e9f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -241,6 +241,7 @@ New features: Bug fixes: +* :doc:`/plugins/deezer`: Improve requests error handling. * :doc:`/plugins/lastimport`: Improve error handling in the `process_tracks` function and enable it to be used with other plugins. * :doc:`/plugins/spotify`: Improve handling of ConnectionError. * :doc:`/plugins/deezer`: Improve Deezer plugin error handling and set requests timeout to 10 seconds.