mirror of
https://github.com/lox-audioserver/lox-audioserver.git
synced 2026-04-26 06:45:47 +03:00
[PR #38] [MERGED] Feat/fav recent and search support #144
Labels
No labels
bug
enhancement
pull-request
released
released on @beta
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lox-audioserver#144
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/lox-audioserver/lox-audioserver/pull/38
Author: @rudyberends
Created: 10/16/2025
Status: ✅ Merged
Merged: 10/16/2025
Merged by: @rudyberends
Base:
main← Head:feat/fav-recent-and-search-support📝 Commits (3)
3e6b096chore: modernize husky commit hookb51f139feat: implementation of search, recent and favorites5e25102fix: fixed search and some play commands📊 Changes
13 files changed (+1394 additions, -69 deletions)
View changed files
📝
.husky/commit-msg(+1 -3)📝
package-lock.json(+14 -0)📝
package.json(+10 -9)➕
src/backend/provider/musicAssistant/favorites.ts(+331 -0)📝
src/backend/provider/musicAssistant/index.ts(+120 -26)📝
src/backend/provider/musicAssistant/library.ts(+7 -7)➕
src/backend/provider/musicAssistant/recent.ts(+204 -0)➕
src/backend/provider/musicAssistant/search.ts(+414 -0)📝
src/backend/provider/musicAssistant/utils.ts(+5 -3)📝
src/backend/provider/types.ts(+72 -1)📝
src/http/handlers/providerCommands.ts(+36 -1)📝
src/http/handlers/requesthandler.ts(+10 -0)📝
src/http/handlers/zoneCommands.ts(+170 -19)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.