diff options
Diffstat (limited to 'src/data/scotsoun/sscd812.ts')
| -rw-r--r-- | src/data/scotsoun/sscd812.ts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/data/scotsoun/sscd812.ts b/src/data/scotsoun/sscd812.ts index 39d8a1b..67e65ac 100644 --- a/src/data/scotsoun/sscd812.ts +++ b/src/data/scotsoun/sscd812.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Ravines', subtitle: 'Poems and Songs', - 'long-name': 'Ravines – Poems and Songs', + longName: 'Ravines – Poems and Songs', author: 'David Purdie', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '812', - 'track-list': [ + scotsounId: '812', + trackList: [ 'Leddy Stair’s Closse', 'Ode til Lord Monboddo', 'Lowdie’s Sang', |
