mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[PR #945] Fix: Artist Page "Albums" and "Related Artists" shown even on small windows #1872
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#1872
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/945
Author: @wzifox
Created: 3/12/2026
Status: 🔄 Open
Base:
master← Head:master📝 Commits (1)
533df3cfix: Artist Albums and Related Artists shown even on small windows📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
spotify_player/src/ui/page.rs(+1 -1)📄 Description
When the artist's page is open on small terminal windows, spotify-player prioritizes showing all 12 lines of top tracks and would therefore hide the Albums and Related Artists until the window has been resized.
Since the Top Tracks chunk used Length(12) I changed it to Fill(1), that way regardless of window size everything will all be visible and fill up the space evenly.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.