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

const cd: Scotsoun = {
  title: 'William Dunbar',
  subtitle: 'Scotsoun Makars Series',
  longName: 'Scotsoun Makars Series – William Dunbar',
  author: 'William Dunbar',
  cdCount: 2,
  price: '18.00',
  scotsounId: '020',
  uploadDate: '2023-08-25',
  trackList: ['The Tretis of the Tua Mariit Wemen and the Wedo', 'Remonstrance to the King'],
};

export default cd;