summaryrefslogtreecommitdiff
path: root/frontend/src/data/scotsoun/sscd022.ts
blob: 4e39699f72b23ba60f48e47c91541ba20754e001 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import type Scotsoun from '../../types/Scotsoun';

const cd: Scotsoun = {
  title: 'A Forgotten Heritage',
  subtitle: 'Original folk tales of Lowland Scotland',
  'long-name': 'A Forgotten Heritage – Original folk tales of Lowland Scotland',
  author: 'Hannah Aitken (ed)',
  'cd-count': 1,
  price: '11.00',
  'scotsoun-id': '022',
  'track-list': ['The Miller’s Tale', 'The Marriage of Robin Redbreast'],
};

export default cd;