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

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

export default cd;