blob: 1a6e497f9c0f6538305a1e425135241f8201153b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
import img192w from '$images/scotsoun/sscd069-192w.jpg';
import type Scotsoun from '$types/Scotsoun';
const cd: Scotsoun = {
img: {
width192: img192w,
},
title: 'Lang Syne in the East Neuk o Fife',
subtitle: 'an Ither Pairts o the Kinrick',
longName: 'Lang Syne in the East Neuk o Fife – an Ither Pairts o the Kinrick',
author: 'Mary Kermack',
cdCount: 1,
price: '11.00',
scotsounId: '069',
uploadDate: '2023-08-25',
trackList: ['Generations of Change', 'End of Johnie Brand’s Prologue to Brand the Builder'],
};
export default cd;
|