diff options
Diffstat (limited to 'frontend/src/data/scotsoun/sscd807.ts')
| -rw-r--r-- | frontend/src/data/scotsoun/sscd807.ts | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/frontend/src/data/scotsoun/sscd807.ts b/frontend/src/data/scotsoun/sscd807.ts deleted file mode 100644 index 1859b24..0000000 --- a/frontend/src/data/scotsoun/sscd807.ts +++ /dev/null @@ -1,35 +0,0 @@ -import type Scotsoun from '../../types/Scotsoun'; - -const cd: Scotsoun = { - title: 'The Lass o Gowrie', - 'long-name': 'The Lass o Gowrie', - author: 'Margaret Gillies Brown', - 'cd-count': 1, - price: '11.00', - 'scotsoun-id': '807', - 'track-list': [ - 'Northern Midsummer', - 'Stray Hen', - 'Loss', - 'Villanelle for Spring', - 'Thrift', - 'Walk With All Seasons', - 'Opposite Sides Of The Moon', - 'Sheba', - 'Fatal Slip', - 'Ben', - 'Tribute', - 'Buttercups', - 'Rumbling Brig', - 'A Walk in the Rockies', - 'Hospital Ward', - 'Starfall', - 'Hairst', - 'September Fires', - 'The Gift', - 'Surrender', - 'Scottish Woman', - ], -}; - -export default cd; |
