mirror of
https://github.com/binimum/tidal-ui.git
synced 2026-04-26 20:35:48 +03:00
[PR #54] [MERGED] Display all contributing artists in UI and metadata #117
Labels
No labels
bug
duplicate
enhancement
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tidal-ui#117
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/binimum/tidal-ui/pull/54
Author: @GooglyBlox
Created: 11/10/2025
Status: ✅ Merged
Merged: 11/10/2025
Merged by: @binimum
Base:
main← Head:fix/featured-artists-display📝 Commits (1)
12f5cb5fix: display all contributing artists in UI and metadata📊 Changes
10 files changed (+81 additions, -28 deletions)
View changed files
📝
src/lib/api.ts(+4 -4)📝
src/lib/components/AudioPlayer.svelte(+7 -6)📝
src/lib/components/LyricsPopup.svelte(+2 -1)📝
src/lib/components/SearchInterface.svelte(+7 -6)📝
src/lib/components/TopTracksGrid.svelte(+3 -2)📝
src/lib/components/TrackList.svelte(+3 -2)📝
src/lib/downloads.ts(+3 -2)📝
src/lib/stores/downloadUi.ts(+2 -1)➕
src/lib/utils.ts(+45 -0)📝
src/routes/+layout.svelte(+5 -4)📄 Description
Tracks now properly show all artists (featured, collaborating) instead of just the primary artist. UI and metadata are properly updated to reflect these changes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.