summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd112.ts
blob: c8f2c609c30f427aefb9bcc092c045e2282a6047 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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',
  uploadDate: '2023-08-25',
};

export default cd;