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

const cd: Scotsoun = {
  img,
  title: 'Ceol na Gàidhlig',
  subtitle: 'Gaelic Music & Poetry',
  longName: 'Ceol na Gàidhlig – Gaelic Music & Poetry',
  author: 'Derick Thomson',
  cdCount: 1,
  price: '11.00',
  scotsounId: '014',
  uploadDate: '2023-08-25',
  trackList: [
    'Ar Blar Catha le Deòrsa Caimbeul Hay',
    'Clann-nighean an Sgadain le Ruaraidh MacThómais',
    'Do Shean-Bhoireannach le iain Mac a’ Ghobhainn',
    'Latha Feille le Dòmhnall MacAmhlaigh',
  ],
};

export default cd;