mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #305] [MERGED] UI album year #1645
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#1645
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/305
Author: @rubenvandeven
Created: 12/1/2023
Status: ✅ Merged
Merged: 12/9/2023
Merged by: @aome510
Base:
master← Head:ui-album-year📝 Commits (6)
2ac56a1Option to display album name with year prefixed8764612Fix whitespace formatting49aaa76Update spotify_player/src/state/model.rsc32698cRemove AlbumFormat as config option07648c2Undo adding album_format to documentation1665ae6fix fmt📊 Changes
2 files changed (+13 additions, -3 deletions)
View changed files
📝
spotify_player/src/state/model.rs(+12 -2)📝
spotify_player/src/ui/page.rs(+1 -1)📄 Description
Thanks for developing spotify-player. I enjoy using it a lot. One thing that was nagging me was that the interface did not give me a sense of time when browsing an artist's page. I therefore added a config option to display the album names prefixed with the year.
As there was no issue mentioning this, I don't know if this implementation fits your ideas for spotify-player, just let me know if it doesn't. Also, my Rust is a bit rusty, so let me know if you have some suggestions before merging this.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.