summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd018.ts
blob: 164c9aa90edf2e800276ac721300fd0e1d951606 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
import img192w from '$images/scotsoun/sscd018-192w.jpg';
import type Scotsoun from '$types/Scotsoun';

const cd: Scotsoun = {
  img: {
    width192: img192w,
  },
  title: 'Robert Henryson',
  subtitle: 'Scotsoun Makars Series',
  longName: 'Scotsoun Makars Series – Robert Henryson',
  author: 'Robert Henryson',
  cdCount: 3,
  price: '25.00',
  scotsounId: '018',
  uploadDate: '2023-08-25',
  trackList: [
    'The Taill of the Uponlandis Mous and the Burges Mous',
    'The Taill of the Paddok and the Mous',
  ],
};

export default cd;