mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #488] Artist field is missing from album view #200
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#200
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?
Originally created by @bdemirel on GitHub (Jun 5, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/488
From what I can see, this issue only happens when I view an album through the albums list on the library sidebar. The title bar of the table shows #, title, artist and length, but the content of the table doesn't have any artist, instead shows the length in artist column, leaving the last column empty. However, if I view the same albums through the artist's page, or from the search results, everything is fine.
@sputnick1124 commented on GitHub (Jun 17, 2020):
It seems that when we open up an album table from the Library context, we are given a
FullAlbumTableContext, instead of aSimplifiedone.The
Fullcontext view does not show album artists, for some reason, but theSimplifiedone does@Rigellute commented on GitHub (Jun 29, 2020):
Huh... good debugging @sputnick1124, thank you.
@sputnick1124 commented on GitHub (Jun 29, 2020):
I looked very briefly into and started formulating a fix, but only had a few minutes before I had to put it down. After that initial poke, I admit this totally dropped out of my consciousness.
I can take a look at it sometime this week/weekend, if needed.