Fix now playing logic - move track from station to radio interface

Co-authored-by: cwchristerw <13464896+cwchristerw@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-06 22:32:16 +00:00
parent ff8d6bc273
commit aff9a67e2c
3 changed files with 13 additions and 13 deletions

View File

@@ -10,6 +10,7 @@ export interface radio {
connection: VoiceConnection | undefined,
message: Message | null,
station: station,
track?: string,
datastore?: datastore,
currentTime?: number,
startTime: number,