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

const cd: Scotsoun = {
  title: 'Under the Eildon Tree',
  longName: 'Under the Eildon Tree',
  author: 'Sydney Goodsir Smith',
  cdCount: 2,
  price: '18.00',
  scotsounId: '024',
  uploadDate: '2023-08-25',
  trackList: [
    'Nicht lowers fast',
    'Tristram',
    'I heard a lassie',
    'Thus spak Antony',
    'The time has come',
    'Fareweill',
  ],
};

export default cd;