mirror of
https://github.com/lox-audioserver/lox-audioserver.git
synced 2026-04-26 06:45:47 +03:00
[PR #62] [CLOSED] Fix/fix recent not showing #160
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#160
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/62
Author: @rudyberends
Created: 11/2/2025
Status: ❌ Closed
Base:
testing← Head:fix/fix-recent-not-showing📝 Commits (6)
551750ffix(favorites): correct types for favoriteseb54db8chore(favorites): refactor and move broadcast to helperd3d24c9fix(favorites): using normal playlist type4373fcbrefactor(core): relocate Loxone helpers and types to shared module32017fcrefactor(musicassistant): translation layer for audiopath from MA to loxone supported schemeccaf7f1chore: remove unused debug file📊 Changes
28 files changed (+706 additions, -958 deletions)
View changed files
➖
dump.json(+0 -81)➕
src/core/loxone/mediaMapping.ts(+104 -0)📝
src/core/loxone/types.ts(+0 -0)📝
src/core/types/content.ts(+6 -10)📝
src/http/adminHttp/apiHandler.ts(+1 -1)📝
src/http/loxoneHttp/handlers/commands/zoneCommands.ts(+1 -5)📝
src/model/adapters/beoLink/mappers/beoLinkMappingUtils.ts(+1 -1)📝
src/model/adapters/musicAssistant/api/api.ts(+10 -0)📝
src/model/adapters/musicAssistant/contentPlayback/mapper.ts(+2 -3)📝
src/model/adapters/musicAssistant/index.ts(+2 -2)➖
src/model/adapters/musicAssistant/mappers/contentMapper.ts(+0 -117)📝
src/model/adapters/musicAssistant/mappers/musicAssistantPlayerStateMapper_beta2.7.ts(+1 -1)📝
src/model/adapters/musicAssistant/mappers/stateMapper.ts(+5 -4)➕
src/model/adapters/musicAssistant/provider/facades/spotifyFacade.ts(+36 -0)➖
src/model/adapters/musicAssistant/provider/mapper.ts(+0 -448)➕
src/model/adapters/musicAssistant/provider/mappers/contentMapper.ts(+77 -0)➕
src/model/adapters/musicAssistant/provider/mappers/folderMapper.ts(+47 -0)➕
src/model/adapters/musicAssistant/provider/musicAssistantProvider.ts(+263 -0)📝
src/model/adapters/musicAssistant/state/mapper.ts(+1 -1)📝
src/model/adapters/musicAssistant/state/stateMapper_beta2.7.ts(+1 -1)...and 8 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.