Skip to content

Commit ca2435f

Browse files
authored
Fix urn name in the demo (#527)
1 parent 5630b90 commit ca2435f

File tree

1 file changed

+1
-2
lines changed
  • pillarbox-demo-shared/src/main/java/ch/srgssr/pillarbox/demo/shared/data

1 file changed

+1
-2
lines changed

pillarbox-demo-shared/src/main/java/ch/srgssr/pillarbox/demo/shared/data/DemoItem.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ data class DemoItem(
158158
val AppleAdvanced_16_9_fMP4_HLS = DemoItem(
159159
title = "Apple Advanced 16:9 (fMP4)",
160160
description = "16x9 aspect ratio, H.264 @ 30Hz and 60Hz, Fragmented MP4",
161-
162161
uri = "https://devstreaming-cdn.apple.com/videos/streaming/examples/img_bipbop_adv_example_fmp4/master.m3u8"
163162
)
164163

@@ -260,7 +259,7 @@ data class DemoItem(
260259
val OnDemandAudio = DemoItem(
261260
title = "On-demand audio stream",
262261
description = "Nachrichten von 08:00 Uhr - 08.03.2024",
263-
uri = "rn:srf:audio:b9706015-632f-4e24-9128-5de074d98eda"
262+
uri = "urn:srf:audio:b9706015-632f-4e24-9128-5de074d98eda"
264263
)
265264

266265
val Expired = DemoItem(

0 commit comments

Comments
 (0)