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

const cd: Scotsoun = {
  img,
  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;