mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #716] [MERGED] feat: display duration on albums and playlists #850
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#850
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/716
Author: @DOD-101
Created: 5/10/2025
Status: ✅ Merged
Merged: 5/10/2025
Merged by: @aome510
Base:
master← Head:album-time📝 Commits (3)
fc55a2bfeat: display duration on albums and playlists53de185Merge branch 'master' into album-time52e045fMerge branch 'master' into album-time📊 Changes
1 file changed (+36 additions, -7 deletions)
View changed files
📝
spotify_player/src/state/model.rs(+36 -7)📄 Description
You can now see the duration of albums and playlists when viewing them.
I didn't add this to the
trackscontext, since I'm assuming that is for the liked songs page and could pose a performance issue.Additionally, this is what the official Spotify app does as well.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.