diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-13 20:11:46 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-13 20:11:46 +0100 |
| commit | 3d6bc8137220f483ef87ba0aa059568711d0e287 (patch) | |
| tree | 67a6684239aea972a119ef26781d835bbf937c78 /src | |
| parent | 0a31d333c7d47a667895c3fc7703b0c72262b4a1 (diff) | |
Fixes 518 -> 581
Diffstat (limited to 'src')
| -rw-r--r-- | src/data/scotsoun/sscd581.ts | 2 | ||||
| -rw-r--r-- | src/types/ScotsounId.d.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/data/scotsoun/sscd581.ts b/src/data/scotsoun/sscd581.ts index 58a6e4c..c3c76ac 100644 --- a/src/data/scotsoun/sscd581.ts +++ b/src/data/scotsoun/sscd581.ts @@ -6,7 +6,7 @@ const cd: Scotsoun = { author: 'Karen Hannah, Yla Steven, Hugh MacGilp and Ian Powrie', cdCount: 1, price: '11.00', - scotsounId: '518', + scotsounId: '581', description: { sco: ` Scotsoun haes on mony occasions uised fiddle muisic waein its recordins. Noo, fur the first diff --git a/src/types/ScotsounId.d.ts b/src/types/ScotsounId.d.ts index 356d908..7016341 100644 --- a/src/types/ScotsounId.d.ts +++ b/src/types/ScotsounId.d.ts @@ -57,7 +57,7 @@ type ScotsounId = | '146' | '147' | '504' - | '518' + | '581' | '800' | '801' | '802' |
