diff options
Diffstat (limited to 'src/data/scotsoun/sscd065.ts')
| -rw-r--r-- | src/data/scotsoun/sscd065.ts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/data/scotsoun/sscd065.ts b/src/data/scotsoun/sscd065.ts index eae56c6..e16fc1d 100644 --- a/src/data/scotsoun/sscd065.ts +++ b/src/data/scotsoun/sscd065.ts @@ -1,13 +1,13 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Duncan in Dunfermline', - 'long-name': 'Duncan in Dunfermline', + longName: 'Duncan in Dunfermline', author: 'Duncan Johnstone', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '065', - 'track-list': ['MacIntosh’s Banner', 'Mr Alex MacLean of Lurebost / Delvinside / Dolina MacKay'], + scotsounId: '065', + trackList: ['MacIntosh’s Banner', 'Mr Alex MacLean of Lurebost / Delvinside / Dolina MacKay'], }; export default cd; |
