diff options
Diffstat (limited to 'frontend/src/data/scotsoun/sscd039.ts')
| -rw-r--r-- | frontend/src/data/scotsoun/sscd039.ts | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/frontend/src/data/scotsoun/sscd039.ts b/frontend/src/data/scotsoun/sscd039.ts deleted file mode 100644 index 7d76cc7..0000000 --- a/frontend/src/data/scotsoun/sscd039.ts +++ /dev/null @@ -1,37 +0,0 @@ -import type Scotsoun from '../../types/Scotsoun'; - -const cd: Scotsoun = { - title: '18 Burns Sangs', - subtitle: 'and thair stories', - 'long-name': '18 Burns Sangs and Thair Stories', - author: 'Robert Burns', - 'cd-count': 2, - price: '18.00', - 'scotsoun-id': '039', - 'track-list': [ - 'Introduction to track 2', - 'Last May a Braw Wooer', - 'Introduction to track 23', - 'Ay Waukin O', - 'Introduction to track 25', - 'Scots wha hae wi Wallace Bled', - 'Introduction to track 27', - 'Ae Fond Kiss', - 'Introduction to track 29', - 'O aa the Airts', - 'Introduction to track 31', - 'The Deil’s awa wi the Exciseman', - 'Introduction to track 33', - 'Bonny Wee Thing', - 'Introduction to track 35', - 'John Anderson, my Jo John', - 'Introduction to track 37', - 'A Man’s a Man for aa that', - 'Introduction to track 39', - 'O Wert Thou in the Cauld Blast', - 'Last word', - 'Final medley', - ], -}; - -export default cd; |
