mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-25 23:55:53 +03:00
[PR #869] [MERGED] Feature/show album type in search panes #1069
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#1069
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/Rigellute/spotify-tui/pull/869
Author: @jackson15j
Created: 8/25/2021
Status: ✅ Merged
Merged: 10/1/2021
Merged by: @Rigellute
Base:
master← Head:feature/show_album_type_in_search_panes📝 Commits (3)
193c38dAddedalbum_typein search panes.85e58f6AddedCHANGELOG.mdnote foralbum_typein Search panes.75f107fAdded "unknown" for missing album types.📊 Changes
2 files changed (+10 additions, -4 deletions)
View changed files
📝
CHANGELOG.md(+4 -0)📝
src/ui/mod.rs(+6 -4)📄 Description
The Album search panes only showed:
<album> - <artist>, so either required a User to know which item was an album/single/etc or select each item to see if the track list looks like an album/single.This PR updates the Album search panes to the format:
<album> - <artist> (<album_type>), so that it is easier to find analbumvssingle.Fixes: #868
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.