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

const cd: Scotsoun = {
  img: {
    width192: img192w,
  },
  title: 'Twa Leids – Dà Chànain',
  longName: 'Twa Leids – Dà Chànain',
  author: 'various',
  cdCount: 2,
  price: '18.00',
  scotsounId: '080',
  uploadDate: '2023-08-25',
};

export default cd;