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

const cd: Scotsoun = {
  img,
  title: 'Nan Chnochan Uain’ Ile',
  longName: 'Nan Chnochan Uain’ Ile',
  author: 'Ian Carmichael',
  cdCount: 1,
  price: '11.00',
  scotsounId: '800',
  uploadDate: '2023-08-25',
  trackList: ['Mo Run Geal Dileas', 'Nan Chnochan Uain Ile'],
};

export default cd;