mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #460] [MERGED] Added support for image cache downloading without image Feature #767
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#767
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/460
Author: @jStimpert0430
Created: 6/1/2024
Status: ✅ Merged
Merged: 6/2/2024
Merged by: @aome510
Base:
master← Head:master📝 Commits (5)
7069a33Added support for image cache downloading without image Feature -> Uses enable_cover_image_cache app.toml option instead8c6a049Added suggested changes, reverted MemoryCache Feature Checksdb23682Reverted Cargo.toml1036d7ccleanup640b646fix clippy📊 Changes
1 file changed (+15 additions, -20 deletions)
View changed files
📝
spotify_player/src/client/mod.rs(+15 -20)📄 Description
Resolves #458
Image cache download is now solely based upon the
enable_cover_image_cacheoption regardless if theimagefeature is used or not.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.