feat: add title and artist to collected json
This commit is contained in:
@@ -273,6 +273,8 @@ fun NowPlayingRoute(
|
||||
playlistDisplayName = playlistDisplayName,
|
||||
runSessionFolder = runSessionFolder,
|
||||
trackId = trackId,
|
||||
title = ui.title,
|
||||
artist = ui.artist,
|
||||
queueIndex = currentQueueIndex,
|
||||
snapshot = snapshot,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user