diff options
Diffstat (limited to 'src/data/scotsoun/sscd003.ts')
| -rw-r--r-- | src/data/scotsoun/sscd003.ts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/data/scotsoun/sscd003.ts b/src/data/scotsoun/sscd003.ts index b712963..bc4f0dd 100644 --- a/src/data/scotsoun/sscd003.ts +++ b/src/data/scotsoun/sscd003.ts @@ -1,17 +1,17 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Currie Flavour', - 'long-name': 'Currie Flavour', + longName: 'Currie Flavour', author: 'Rev James Currie', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '003', + scotsounId: '003', description: { sco: 'Readins bi the Rev James Currie recordit at the Dunlop Manse durin 1974.', 'en-GB': 'Readings by the Rev James Currie recorded at the Dunlop Manse during 1974.', }, - 'track-list': [ + trackList: [ 'Rab Comes Hame', 'The Covenanter’s Tryst', 'Last Lauch Douglas Young', |
