diff options
Diffstat (limited to 'src/data/scotsoun/sscd020.ts')
| -rw-r--r-- | src/data/scotsoun/sscd020.ts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/data/scotsoun/sscd020.ts b/src/data/scotsoun/sscd020.ts index 46b3454..21c9307 100644 --- a/src/data/scotsoun/sscd020.ts +++ b/src/data/scotsoun/sscd020.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'William Dunbar', subtitle: 'Scotsoun Makars Series', - 'long-name': 'Scotsoun Makars Series – William Dunbar', + longName: 'Scotsoun Makars Series – William Dunbar', author: 'William Dunbar', - 'cd-count': 2, + cdCount: 2, price: '18.00', - 'scotsoun-id': '020', - 'track-list': ['The Tretis of the Tua Mariit Wemen and the Wedo', 'Remonstrance to the King'], + scotsounId: '020', + trackList: ['The Tretis of the Tua Mariit Wemen and the Wedo', 'Remonstrance to the King'], }; export default cd; |
