mirror of
https://github.com/kokarare1212/librespot-python.git
synced 2026-04-25 08:35:49 +03:00
[PR #17] [CLOSED] Restyle Fix some critical bugs and update the example #78
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#78
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/17
Author: @restyled-io[bot]
Created: 4/24/2021
Status: ❌ Closed
Base:
main← Head:restyled/pull-16📝 Commits (10+)
8481226Fix TypeError84a43beFix AttributeError89082b1Update examples2c1a296Restyled by autopep8dfd4044Restyled by blackb3857d3Restyled by isort2ff39b4Restyled by prettier-markdown980c370Restyled by reorder-python-imports83b1597Restyled by whitespace73634a7Restyled by yapf📊 Changes
18 files changed (+673 additions, -251 deletions)
View changed files
📝
README.md(+55 -15)📝
librespot/audio/AbsChunkedInputStream.py(+11 -10)📝
librespot/audio/AudioKeyManager.py(+9 -5)📝
librespot/audio/cdn/CdnManager.py(+74 -44)📝
librespot/audio/format/AudioQualityPicker.py(+3 -1)📝
librespot/audio/storage/ChannelManager.py(+15 -10)📝
librespot/core/Session.py(+391 -97)📝
librespot/core/TokenProvider.py(+13 -9)📝
librespot/dealer/ApiClient.py(+32 -14)📝
librespot/dealer/DealerClient.py(+4 -1)📝
librespot/mercury/MercuryClient.py(+23 -14)📝
librespot/mercury/RawMercuryRequest.py(+9 -7)📝
librespot/metadata/ShowId.py(+1 -1)📝
librespot/player/Player.py(+2 -1)📝
librespot/player/StateWrapper.py(+4 -1)📝
librespot/player/codecs/AudioQuality.py(+19 -15)📝
librespot/player/codecs/VorbisOnlyAudioQuality.py(+7 -5)📝
librespot/player/state/DeviceStateHandler.py(+1 -1)📄 Description
A duplicate of #16 with additional commits that automatically address
incorrect style, created by Restyled.
⚠️ Even though this PR is not a Fork, it contains outside contributions.
Please review accordingly.
Since the original Pull Request was opened as a fork in a contributor's
repository, we are unable to create a Pull Request branching from it with only
the style fixes.
The following Restylers made fixes:
To incorporate these changes, you can either:
Merge this Pull Request instead of the original, or
Ask your contributor to locally incorporate these commits and push them to
the original Pull Request
Expand for example instructions
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.