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

const cd: Scotsoun = {
  img,
  title: 'Pipe Tunes',
  longName: 'Pipe Tunes',
  author: 'Duncan Johnstone',
  cdCount: 1,
  price: '11.00',
  scotsounId: '063',
  uploadDate: '2023-08-25',
  trackList: ['Guido Margiotta / Tony Lightfoot / Romany Jig', 'Farewell to Barra'],
};

export default cd;