Skip to content

Commit

Permalink
Added proper IDs for fixtures 🎨🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
triplingual committed Feb 16, 2024
1 parent 12d5204 commit 02bc60d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions recipe/0434-choice-av/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,42 +49,42 @@
"type": "Choice",
"items": [
{
"id": "{{ id.path }}/egbe-iyawo-ucla.m4a",
"id": "https://fixtures.iiif.io/audio/ucla/egbe-iyawo-ucla.m4a",
"type": "Sound",
"format": "audio/alac",
"duration": 14,
"label": "ALAC"
},
{
"id": "{{ id.path }}/egbe-iyawo-ucla.mp3",
"id": "https://fixtures.iiif.io/audio/ucla/egbe-iyawo-ucla.mp3",
"type": "Sound",
"format": "audio/mp3",
"duration": 14,
"label": "MP3"
},
{
"id": "{{ id.path }}/egbe-iyawo-ucla.flac",
"id": "https://fixtures.iiif.io/audio/ucla/egbe-iyawo-ucla.flac",
"type": "Sound",
"format": "audio/flac",
"duration": 14,
"label": "FLAC"
},
{
"id": "{{ id.path }}/egbe-iyawo-ucla.ogg",
"id": "https://fixtures.iiif.io/audio/ucla/egbe-iyawo-ucla.ogg",
"type": "Sound",
"format": "audio/ogg",
"duration": 14,
"label": "OGG Vorbis OGG"
},
{
"id": "{{ id.path }}/egbe-iyawo-ucla.mpeg",
"id": "https://fixtures.iiif.io/audio/ucla/egbe-iyawo-ucla.mpeg",
"type": "Sound",
"format": "audio/mpeg",
"duration": 14,
"label": "MPEG2"
},
{
"id": "{{ id.path }}/egbe-iyawo-ucla.wav",
"id": "https://fixtures.iiif.io/audio/ucla/egbe-iyawo-ucla.wav",
"type": "Sound",
"format": "audio/wav",
"duration": 14,
Expand Down

0 comments on commit 02bc60d

Please sign in to comment.