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

const cd: Scotsoun = {
  img: {
    width192: img192w,
  },
  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;