From 51c017ab6ff5fd39ace8feebf6521189aa916321 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Tue, 28 Nov 2023 10:04:04 -0500 Subject: [PATCH] Update changelog.rst --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 1ff5b59c8..73c34bfa4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -148,6 +148,7 @@ New features: Bug fixes: +* :doc:`/plugins/spotify`: Add bad gateway (502) error handling. * :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. :bug:`4942`