Skip to content

Commit

Permalink
fix: station audio updates, support CPN
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Mar 22, 2024
1 parent 3e76dba commit 3f36ffe
Showing 12 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/announcement-data/systems/stations/AmeyCelia.tsx
Original file line number Diff line number Diff line change
@@ -1016,6 +1016,7 @@ export default class AmeyCelia extends AmeyPhil {
'CPH',
'CPK',
'CPM',
'CPN',
'CPT',
'CPU',
'CPW',
3 changes: 1 addition & 2 deletions src/announcement-data/systems/stations/AmeyPhil.tsx
Original file line number Diff line number Diff line change
@@ -9,8 +9,6 @@ import crsToStationItemMapper, { stationItemCompleter } from '@helpers/crsToStat
import { AudioItem, CustomAnnouncementButton, CustomAnnouncementTab } from '../../AnnouncementSystem'
import DelayCodeMapping from './DarwinDelayCodes_Male1.json'

import { Link } from 'gatsby'

export type ChimeType = 'three' | 'four' | 'none'

export interface INextTrainAnnouncementOptions {
@@ -1498,6 +1496,7 @@ export default class AmeyPhil extends StationAnnouncementSystem {
'CPH',
'CPK',
'CPM',
'CPN',
'CPT',
'CPW',
'CPY',
4 changes: 4 additions & 0 deletions src/data/changelog.ts
Original file line number Diff line number Diff line change
@@ -424,6 +424,10 @@ const changelog: IChangelogVersion[] = [
date: '2024-03-17',
additions: ['[TfW Televic] Add system for new Transport for Wales rolling stock', '[Live Announcements] Announce train restart after RRB'],
},
{
date: '2024-03-22',
fixes: ['[Amey Phil/Celia] Support for Chapelton (CPN) station', '[Amey Phil/Celia] Fix wrong inflection for Haymarket (HYM)'],
},
]

export default changelog
Binary file modified static/audio/station/ketech/celia/station/e/HYM-2.mp3
Binary file not shown.
Binary file not shown.
Binary file modified static/audio/station/ketech/celia/station/e/HYM.mp3
Binary file not shown.
Binary file not shown.
Binary file modified static/audio/station/ketech/celia/station/m/HYM.mp3
Binary file not shown.

0 comments on commit 3f36ffe

Please sign in to comment.