blob: 522d71e487178aaa2af644edf5eb0012407df706 (
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/sscdU1-192w.jpg';
import type Scotsoun from '$types/Scotsoun';
const cd: Scotsoun = {
img: {
width192: img192w,
},
title: 'An Ulster Triptych',
longName: 'An Ulster Triptych',
author: 'George T Watt',
cdCount: 1,
price: '6.00',
scotsounId: 'U1',
uploadDate: '2023-08-25',
description: {
sco: 'As featured on BBC Radio Ulster’s ‘A Kist o Words’.',
'en-GB': 'As featured on BBC Radio Ulster’s ‘A Kist o Words’.',
},
trackList: ['Winter 1778-79', 'Post script'],
};
export default cd;
|