diff options
Diffstat (limited to 'src/data/scotsoun/sscd071.ts')
| -rw-r--r-- | src/data/scotsoun/sscd071.ts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/data/scotsoun/sscd071.ts b/src/data/scotsoun/sscd071.ts index 9e2c300..52a6bdc 100644 --- a/src/data/scotsoun/sscd071.ts +++ b/src/data/scotsoun/sscd071.ts @@ -1,13 +1,13 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'A Sang’s a Sang for Aa That', - 'long-name': 'A Sang’s a Sang for Aa That', + longName: 'A Sang’s a Sang for Aa That', author: 'Andy Hunter', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '071', - 'track-list': ['Ye Heilan Chiels Andy Hunter', 'The Battle o Harlaw (Traditional)'], + scotsounId: '071', + trackList: ['Ye Heilan Chiels Andy Hunter', 'The Battle o Harlaw (Traditional)'], }; export default cd; |
