[PR #769] [CLOSED] Fixing an issue where if the user built the application from source, the image art wouldn't load. #871

Closed
opened 2026-03-03 00:01:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/769
Author: @alexjyong
Created: 7/8/2025
Status: Closed

Base: masterHead: fix-self-build-album-covers


📝 Commits (9)

  • 3683810 Update cd.yml
  • 03a483b Update cd.yml
  • 98f1281 Merge branch 'aome510:master' into master
  • 4322547 Merge branch 'aome510:master' into master
  • b6d657b Update cd.yml
  • 8dd8182 Update cd.yml
  • 5b80457 Fixing an issue where if the user built the application from source, the image art wouldn't load.
  • 4fc0ffb .
  • 49f4554 Merge 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_player from source, that the album cover wouldn't load.

Did some updates to spotify_player/Cargo.toml and Cargo.lock and 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.

## 📋 Pull Request Information **Original PR:** https://github.com/aome510/spotify-player/pull/769 **Author:** [@alexjyong](https://github.com/alexjyong) **Created:** 7/8/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix-self-build-album-covers` --- ### 📝 Commits (9) - [`3683810`](https://github.com/aome510/spotify-player/commit/3683810d715ff586f83dee755c88e882500c7d63) Update cd.yml - [`03a483b`](https://github.com/aome510/spotify-player/commit/03a483b0fda4880188c5b74325d450ba5bc1d507) Update cd.yml - [`98f1281`](https://github.com/aome510/spotify-player/commit/98f128168102011c2a4d3fbce6b4eabf460d655d) Merge branch 'aome510:master' into master - [`4322547`](https://github.com/aome510/spotify-player/commit/432254733f2251e313272e08a9efcdde2015c2fa) Merge branch 'aome510:master' into master - [`b6d657b`](https://github.com/aome510/spotify-player/commit/b6d657ba6d0ca633c423babc90ed5cf499e66987) Update cd.yml - [`8dd8182`](https://github.com/aome510/spotify-player/commit/8dd81824cbaa83a71b6aee33698bbe14c82a642e) Update cd.yml - [`5b80457`](https://github.com/aome510/spotify-player/commit/5b80457a4b096aa654d34bec7c9b50787c29dee4) Fixing an issue where if the user built the application from source, the image art wouldn't load. - [`4fc0ffb`](https://github.com/aome510/spotify-player/commit/4fc0ffb893c94e71f4601ea4a06fb42fe6975494) . - [`49f4554`](https://github.com/aome510/spotify-player/commit/49f4554efebe366ded2a1f91569d432d37e6555f) Merge branch 'master' into fix-self-build-album-covers ### 📊 Changes **2 files changed** (+63 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+62 -49) 📝 `spotify_player/Cargo.toml` (+1 -1) </details> ### 📄 Description I noticed when I built `spotify_player` from source, that the album cover wouldn't load. Did some updates to ``spotify_player/Cargo.toml`` and `Cargo.lock` and 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:01:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#871
No description provided.