feat: add title and artist to collected json

This commit is contained in:
2026-05-24 07:24:16 +02:00
parent c11ad041d7
commit 698605d7a9
3 changed files with 12 additions and 0 deletions

View File

@@ -273,6 +273,8 @@ fun NowPlayingRoute(
playlistDisplayName = playlistDisplayName,
runSessionFolder = runSessionFolder,
trackId = trackId,
title = ui.title,
artist = ui.artist,
queueIndex = currentQueueIndex,
snapshot = snapshot,
)