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

const cd: Scotsoun = {
  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;