mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-25 21:05:47 +03:00
[PR #11] [MERGED] feat: Shuffle support #183
Labels
No labels
bug
enhancement
pull-request
spotify-side
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-librespot#183
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/devgianlu/go-librespot/pull/11
Author: @devgianlu
Created: 11/7/2023
Status: ✅ Merged
Merged: 11/7/2023
Merged by: @devgianlu
Base:
master← Head:shuffle📝 Commits (3)
7688f4dfeat: Shuffle support3b202c4refactor: Move seek finder function to external functionb67c3f9feat: Seed random with unix nano📊 Changes
9 files changed (+585 additions, -157 deletions)
View changed files
📝
cmd/daemon/controls.go(+9 -2)📝
cmd/daemon/main.go(+4 -1)📝
cmd/daemon/player.go(+6 -11)📝
spclient/context_resolver.go(+7 -11)➕
tracks.go(+5 -0)➕
tracks/paged_list.go(+202 -0)➕
tracks/paged_list_test.go(+204 -0)📝
tracks/tracks.go(+114 -132)➕
tracks/utils.go(+34 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.