Added rate limiter changes
This commit is contained in:
parent
ba9590d8f8
commit
af988457c7
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
- Fixed `RuntimeError: Cannot get alternative track` from terminating the program.
|
||||
- Fixed downloading multiple collections from downloading everything twice.
|
||||
- Fixed `-d` or `--download` option not detecting the file.
|
||||
- Fixed `Failed fetching audio key!` error from continuously hitting API rate limits. Implemented a flat rate limiter on calls to API. When usage traffic is high and rate limits are hit on the server end, the current track is skipped and the program will continue at a reduced internal rate limit.
|
||||
|
||||
## v1.0.0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue