mirror of
https://github.com/binimum/tidal-ui.git
synced 2026-04-26 12:25:48 +03:00
[PR #107] [MERGED] feat: support for autoplay when playing from search #128
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#128
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/107
Author: @Bnyro
Created: 1/30/2026
Status: ✅ Merged
Merged: 1/31/2026
Merged by: @binimum
Base:
main← Head:recommendations📝 Commits (1)
bfb505ffeat: support for autoplay when playing from search📊 Changes
3 files changed (+39 additions, -2 deletions)
View changed files
📝
src/lib/api.ts(+15 -1)📝
src/lib/types.ts(+13 -0)📝
src/routes/+page.svelte(+11 -1)📄 Description
With this PR, related songs are automatically loaded into the queue when selecting a track from search results. This is somewhat similar to a "radio mode" from other apps, with the current limitation that once the queue is finished, it doesn't fill up more songs automatically (yet).
requires https://github.com/binimum/hifi-api/pull/9
addresses (but not fully solves) https://github.com/binimum/tidal-ui/issues/83
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.