[PR #61] [MERGED] fix skipping to the wrong song #186

Closed
opened 2026-02-28 14:26:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/devgianlu/go-librespot/pull/61
Author: @tooxo
Created: 8/15/2024
Status: Merged
Merged: 8/19/2024
Merged by: @devgianlu

Base: masterHead: skip-fixes


📝 Commits (5)

  • cf71c75 feat: implement skip to track-index
  • 475dfbc feat: implement skipping in play queue
  • c8d3028 chore: simplification and refactoring
  • ed8d523 chore: inline tracks
  • 6903881 chore: add drop parameter

📊 Changes

1 file changed (+24 additions, -1 deletions)

View changed files

📝 cmd/daemon/player.go (+24 -1)

📄 Description

1st fix: On the recommended section below a playlist owned by the user, skipping to any song played the first song only.
2nd fix: While skipping in the queue, it only ever skips one song forward.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/devgianlu/go-librespot/pull/61 **Author:** [@tooxo](https://github.com/tooxo) **Created:** 8/15/2024 **Status:** ✅ Merged **Merged:** 8/19/2024 **Merged by:** [@devgianlu](https://github.com/devgianlu) **Base:** `master` ← **Head:** `skip-fixes` --- ### 📝 Commits (5) - [`cf71c75`](https://github.com/devgianlu/go-librespot/commit/cf71c752f7192fb5366b6786f97ff6865a090a53) feat: implement skip to track-index - [`475dfbc`](https://github.com/devgianlu/go-librespot/commit/475dfbc6e2c00a2aedf6a2a67387f5fadb083b93) feat: implement skipping in play queue - [`c8d3028`](https://github.com/devgianlu/go-librespot/commit/c8d302823410861332f5ab92e33f46a0d1d22d05) chore: simplification and refactoring - [`ed8d523`](https://github.com/devgianlu/go-librespot/commit/ed8d52394222742b8b99b7223fce4dc7e29659a3) chore: inline tracks - [`6903881`](https://github.com/devgianlu/go-librespot/commit/69038810f400371097f578bac4cd20a7cc535ca5) chore: add drop parameter ### 📊 Changes **1 file changed** (+24 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `cmd/daemon/player.go` (+24 -1) </details> ### 📄 Description 1st fix: On the recommended section below a playlist owned by the user, skipping to any song played the first song only. 2nd fix: While skipping in the queue, it only ever skips one song forward. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:26:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/go-librespot#186
No description provided.