[PR #31] [CLOSED] Fix playlist offset start #139

Closed
opened 2026-02-27 19:28:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lox-audioserver/lox-audioserver/pull/31
Author: @jorrite
Created: 10/11/2025
Status: Closed

Base: betaHead: fix-playlist-offset-start


📝 Commits (3)

  • 48e8904 chore(release): 2.1.5 [skip ci]
  • cae2c1b fix: add case for root playlist which is 3 segments and playlistid = 0
  • 8204e8f chore: update prettier config to somewhat reflect code style and not have too many styling updates

📊 Changes

5 files changed (+33 additions, -16 deletions)

View changed files

📝 .prettierrc (+1 -1)
📝 CHANGELOG.md (+7 -0)
📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 src/http/handlers/providerCommands.ts (+22 -12)

📄 Description

This PR fixes #30:

$ curl -s localhost:7095/audio/cfg/getplaylists2/lms/nouser/0/0/1 | jq '.getplaylists2_result[0].items[].id'
"playlist:library:X"
$ curl -s localhost:7095/audio/cfg/getplaylists2/lms/nouser/0/1/1 | jq '.getplaylists2_result[0].items[].id'
"playlist:library:Y" <- next id

🔄 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/lox-audioserver/lox-audioserver/pull/31 **Author:** [@jorrite](https://github.com/jorrite) **Created:** 10/11/2025 **Status:** ❌ Closed **Base:** `beta` ← **Head:** `fix-playlist-offset-start` --- ### 📝 Commits (3) - [`48e8904`](https://github.com/lox-audioserver/lox-audioserver/commit/48e89047d7b9b0da17bb3d16f870fdec83583e82) chore(release): 2.1.5 [skip ci] - [`cae2c1b`](https://github.com/lox-audioserver/lox-audioserver/commit/cae2c1b8447235355c60ec703bb2272447eef28a) fix: add case for root playlist which is 3 segments and playlistid = 0 - [`8204e8f`](https://github.com/lox-audioserver/lox-audioserver/commit/8204e8f5f01c7b62e8092ea5f0771c6a8ce28dc2) chore: update prettier config to somewhat reflect code style and not have too many styling updates ### 📊 Changes **5 files changed** (+33 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `.prettierrc` (+1 -1) 📝 `CHANGELOG.md` (+7 -0) 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `src/http/handlers/providerCommands.ts` (+22 -12) </details> ### 📄 Description This PR fixes #30: ``` $ curl -s localhost:7095/audio/cfg/getplaylists2/lms/nouser/0/0/1 | jq '.getplaylists2_result[0].items[].id' "playlist:library:X" $ curl -s localhost:7095/audio/cfg/getplaylists2/lms/nouser/0/1/1 | jq '.getplaylists2_result[0].items[].id' "playlist:library:Y" <- next id ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:28:35 +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/lox-audioserver#139
No description provided.