This commit is contained in:
ImBenji
2024-05-17 17:38:34 +01:00
parent 1f48f8f4b0
commit 3556639acc
10 changed files with 636 additions and 49 deletions

View File

@@ -433,7 +433,7 @@ class LiveInformation {
if (mode == "info") {
print("Announce info command received");
announcementModule.queueAnnounementByInfoIndex(
announcementModule.queueAnnouncementByInfoIndex(
sendToServer: false,
infoIndex: int.parse(commandParts[2]),
scheduledTime: DateTime.fromMillisecondsSinceEpoch(int.parse(commandParts[3])),