From 39fd14cec7e8f0903b83b5db6df7a1527be9702f Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Thu, 16 Nov 2023 12:28:56 -0500 Subject: [PATCH] Update changelog.rst --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0672dbbdd..a83bfbc15 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -144,7 +144,7 @@ New features: Bug fixes: -* :doc:`/plugins/deezer`: Improve Deezer plugin error handling. +* :doc:`/plugins/deezer`: Improve Deezer plugin error handling and set requests timeout to 10 seconds. :bug:`4983` * :doc:`/plugins/spotify`: Add a limit of 3 retries, instead of retrying endlessly when the API is not available. * Fix a crash when the Spotify API timeouts or does not return a `Retry-After` interval.