Update changelog.rst

This commit is contained in:
Alok Saboo 2023-11-28 10:04:04 -05:00
parent 753e4e9a39
commit 51c017ab6f

View file

@ -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`