From 1c7146edf302e9f383ee4a5d83446e808696a968 Mon Sep 17 00:00:00 2001 From: David Wheatley Date: Sun, 10 Mar 2024 16:59:03 +0000 Subject: [PATCH] fix: broken platform alteration announcement --- src/announcement-data/systems/stations/AmeyPhil.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/announcement-data/systems/stations/AmeyPhil.tsx b/src/announcement-data/systems/stations/AmeyPhil.tsx index a92435df7..50c826365 100644 --- a/src/announcement-data/systems/stations/AmeyPhil.tsx +++ b/src/announcement-data/systems/stations/AmeyPhil.tsx @@ -4889,7 +4889,8 @@ export default class AmeyPhil extends StationAnnouncementSystem { } if ('fromLive' in options) { - files.push( ...getNewPlatFiles(this.BEFORE_SECTION_DELAY), + files.push( + ...getNewPlatFiles(this.BEFORE_SECTION_DELAY), ...(await this.getFilesForBasicTrainInfoLive( options.hour, options.min, @@ -4901,7 +4902,8 @@ export default class AmeyPhil extends StationAnnouncementSystem { )), ) } else { - files.push( ...getNewPlatFiles(this.BEFORE_SECTION_DELAY), + files.push( + ...getNewPlatFiles(this.BEFORE_SECTION_DELAY), ...(await this.getFilesForBasicTrainInfo( options.hour, options.min,