summaryrefslogtreecommitdiff
path: root/frontend/src/data/scotsoun/sscd112.ts
blob: a9507f450532cef506ed5805d533aa3a08d63e1e (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',
  'long-name': 'As a’ Bhìoball – Readings from the Gaelic Bible with Psalm Singing',
  'cd-count': 2,
  price: '18.00',
  'scotsoun-id': '112',
};

export default cd;