Skip to content

Commit

Permalink
Fix broken image URL in TV demo (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 authored Feb 16, 2024
1 parent 76f727e commit 3756a08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ data class Playlist(val title: String, val items: List<DemoItem>, val descriptio
title = "Switzerland says sorry! The fondue invasion",
uri = "https://swi-vod.akamaized.net/videoJson/47603186/master.m3u8",
description = "VOD - HLS",
imageUrl = "https://www.swissinfo.ch/srgscalableimage/47603560/16x9"
imageUrl = "https://cdn.prod.swi-services.ch/video-delivery/images/14e4562f-725d-4e41-a200-7fcaa77df2fe/5rwf1Bq_m3GC5secOZcIcgbbrbZPf4nI/16x9"
),
DemoItem(
title = "Des violents orages ont touché Ajaccio, chef-lieu de la Corse, jeudi",
Expand Down

0 comments on commit 3756a08

Please sign in to comment.