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

const cd: Scotsoun = {
  img,
  title: 'As a’ Bhìoball',
  subtitle: 'Readings from the Gaelic Bible with Psalm Singing',
  longName: 'As a’ Bhìoball – Readings from the Gaelic Bible with Psalm Singing',
  cdCount: 2,
  price: '18.00',
  scotsounId: '112',
  uploadDate: '2023-08-25',
};

export default cd;