mirror of
https://github.com/kokarare1212/librespot-python.git
synced 2026-04-25 00:25:49 +03:00
[PR #38] [MERGED] Restyle Sync with main branch #98
Labels
No labels
bug
dependencies
duplicate
enhancement
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot-python-kokarare1212#98
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/kokarare1212/librespot-python/pull/38
Author: @restyled-io[bot]
Created: 5/22/2021
Status: ✅ Merged
Merged: 5/22/2021
Merged by: @kokarare1212
Base:
main← Head:restyled/main📝 Commits (7)
58e8ba2Restyled by autopep8544c57fRestyled by blackadb111fRestyled by isort632fc07Restyled by prettier-markdown10c7a80Restyled by reorder-python-imports9c47be2Restyled by whitespace0fbe397Restyled by yapf📊 Changes
47 files changed (+2540 additions, -1961 deletions)
View changed files
📝
README.md(+55 -11)📝
SECURITY.md(+2 -3)📝
docs/api.md(+2 -1)📝
docs/conf.py(+8 -3)📝
docs/index.md(+14 -11)📝
docs/supported.md(+5 -4)📝
librespot/ZeroconfServer.py(+3 -1)📝
librespot/audio/AudioKeyManager.py(+6 -5)📝
librespot/audio/PlayableContentFeeder.py(+48 -24)📝
librespot/audio/decoders/AudioQuality.py(+16 -14)📝
librespot/audio/decrypt/AesAudioDecrypt.py(+27 -9)📝
librespot/audio/format/AudioQualityPicker.py(+1 -0)📝
librespot/audio/storage/ChannelManager.py(+14 -10)📝
librespot/core/TokenProvider.py(+8 -5)📝
librespot/dealer/ApiClient.py(+31 -14)📝
librespot/dealer/DealerClient.py(+3 -1)📝
librespot/mercury/MercuryClient.py(+17 -9)📝
librespot/mercury/RawMercuryRequest.py(+6 -5)📝
librespot/player/PlayerConfiguration.py(+21 -9)📝
librespot/player/codecs/VorbisOnlyAudioQuality.py(+3 -3)...and 27 more files
📄 Description
Automated style fixes for #37, created by Restyled.
The following restylers made fixes:
To incorporate these changes, merge this Pull Request into the original. We
recommend using the Squash or Rebase strategies.
NOTE: As work continues on the original Pull Request, this process will
re-run and update (force-push) this Pull Request with updated style fixes as
necessary. If the style is fixed manually at any point (i.e. this process finds
no fixes to make), this Pull Request will be closed automatically.
Sorry if this was unexpected. To disable it, see our documentation.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.