mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #769] [CLOSED] Fixing an issue where if the user built the application from source, the image art wouldn't load. #1811
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1811
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/aome510/spotify-player/pull/769
Author: @alexjyong
Created: 7/8/2025
Status: ❌ Closed
Base:
master← Head:fix-self-build-album-covers📝 Commits (9)
3683810Update cd.yml03a483bUpdate cd.yml98f1281Merge branch 'aome510:master' into master4322547Merge branch 'aome510:master' into masterb6d657bUpdate cd.yml8dd8182Update cd.yml5b80457Fixing an issue where if the user built the application from source, the image art wouldn't load.4fc0ffb.49f4554Merge branch 'master' into fix-self-build-album-covers📊 Changes
2 files changed (+63 additions, -50 deletions)
View changed files
📝
Cargo.lock(+62 -49)📝
spotify_player/Cargo.toml(+1 -1)📄 Description
I noticed when I built
spotify_playerfrom source, that the album cover wouldn't load.Did some updates to
spotify_player/Cargo.tomlandCargo.lockand now the image art loads as expected.Not too sure how this is working with official releases, as I didn't see anything in the cd job that was enabling this.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.