mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[PR #597] [MERGED] General cleanup - scrobbling auth fix #612
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#612
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/jpochyla/psst/pull/597
Author: @jacksongoode
Created: 4/17/2025
Status: ✅ Merged
Merged: 4/18/2025
Merged by: @jacksongoode
Base:
main← Head:lastfm-cleanup📝 Commits (7)
c4ef450Cleanup some logic :)c0b3833More cleanup9c29e6cFix builds6d9292aTry this?46247f7Just use rustfm-scrobble6562d9dLinting807d9e5Lint?📊 Changes
15 files changed (+451 additions, -267 deletions)
View changed files
📝
Cargo.lock(+333 -137)📝
Cross.toml(+2 -1)📝
psst-core/Cargo.toml(+1 -1)📝
psst-core/src/cdn.rs(+1 -12)📝
psst-core/src/connection/mod.rs(+1 -1)📝
psst-core/src/item_id.rs(+1 -1)📝
psst-core/src/lastfm.rs(+5 -5)📝
psst-core/src/oauth.rs(+2 -2)📝
psst-core/src/player/mod.rs(+2 -2)📝
psst-gui/Cargo.toml(+1 -1)📝
psst-gui/src/controller/playback.rs(+5 -5)📝
psst-gui/src/ui/credits.rs(+1 -1)📝
psst-gui/src/ui/mod.rs(+1 -1)📝
psst-gui/src/ui/preferences.rs(+93 -95)📝
psst-gui/src/webapi/client.rs(+2 -2)📄 Description
I clicked merge a little bit too early, so this is a fix for the logic around the input forms as well as corrections to keep the consistency in the way we debug and log messages.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.