mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[PR #654] [MERGED] Config option to sort artists albums by type #832
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#832
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/654
Author: @JohnOberhauser
Created: 1/3/2025
Status: ✅ Merged
Merged: 1/5/2025
Merged by: @aome510
Base:
master← Head:sortByType📝 Commits (3)
5b50ad1config option to sort artists albums by type over date, i.e. album or singlefdb2f76Merge remote-tracking branch 'origin/master' into sortByType63a2bf7cleanup📊 Changes
4 files changed (+22 additions, -1 deletions)
View changed files
📝
.gitignore(+2 -0)📝
docs/config.md(+1 -0)📝
spotify_player/src/config/mod.rs(+4 -0)📝
spotify_player/src/ui/page.rs(+15 -1)📄 Description
This adds a config option to sort albums on an artist's page by type instead of by date. This way people can easily browse the artist's main albums without their singles getting in the way. The config option is off by default.
Fixes https://github.com/aome510/spotify-player/issues/652
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.