summaryrefslogtreecommitdiff
path: root/frontend/src/data/scotsoun/sscd801.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/data/scotsoun/sscd801.ts')
-rw-r--r--frontend/src/data/scotsoun/sscd801.ts34
1 files changed, 0 insertions, 34 deletions
diff --git a/frontend/src/data/scotsoun/sscd801.ts b/frontend/src/data/scotsoun/sscd801.ts
deleted file mode 100644
index ffc68f6..0000000
--- a/frontend/src/data/scotsoun/sscd801.ts
+++ /dev/null
@@ -1,34 +0,0 @@
-import type Scotsoun from '../../types/Scotsoun';
-
-const cd: Scotsoun = {
- title: 'Violet Jacob',
- subtitle: 'Scotsoun Makars Series',
- 'long-name': 'Scotsoun Makars Series – Violet Jacob',
- author: 'Violet Jacob',
- 'cd-count': 1,
- price: '11.00',
- 'scotsoun-id': '801',
- 'track-list': [
- 'The Rowan',
- 'The Tramp to the Tattie-doolie',
- 'The Lost Licht – A Perthshire Legend',
- 'The Baltic',
- 'The Jaud',
- 'The Blind Shepherd',
- 'The Banks of The Esk',
- 'The Field by the Lirk o the Hill',
- 'The Shepherd to His Love',
- 'The Last Ane',
- 'Jeemsie Miller',
- 'The Wild Geese',
- 'A Widow',
- 'Glory',
- 'The Road To Marykirk',
- 'The Howe o’ The Mearns',
- 'Kirsty’s Opinion',
- 'Halloween',
- 'To AHJ',
- ],
-};
-
-export default cd;