diff options
Diffstat (limited to 'src/data/scotsoun/sscd051.ts')
| -rw-r--r-- | src/data/scotsoun/sscd051.ts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/data/scotsoun/sscd051.ts b/src/data/scotsoun/sscd051.ts index a38eab9..a8d26cc 100644 --- a/src/data/scotsoun/sscd051.ts +++ b/src/data/scotsoun/sscd051.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Allan Ramsay', subtitle: 'Scotsoun Makars Series', - 'long-name': 'Scotsoun Makars Series – Allan Ramsay', + longName: 'Scotsoun Makars Series – Allan Ramsay', author: 'Allan Ramsay', - 'cd-count': 2, + cdCount: 2, price: '18.00', - 'scotsoun-id': '051', - 'track-list': [ + scotsounId: '051', + trackList: [ 'Intro to The Marrow Ballad', 'The Marrow Ballad', 'Intro to My Peggy is a Young Thing', |
