blob: 3b465736c4a9c7adc7aaa7901cac964826fb4001 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
import img from '$images/scotsoun/sscd020.jpg';
import type Scotsoun from '$types/Scotsoun';
const cd: Scotsoun = {
img,
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;
|