Skip to content

Commit

Permalink
feat(demo): Add icon for new demo asset (shaka-project#5866)
Browse files Browse the repository at this point in the history
  • Loading branch information
theodab authored and Rodolphe Breton committed Nov 30, 2023
1 parent 578b706 commit ef5fe47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/common/assets.js
Expand Up @@ -1350,7 +1350,7 @@ shakaAssets.testAssets = [
.addFeature(shakaAssets.Feature.OFFLINE),
new ShakaDemoAssetInfo(
/* name= */ 'Advanced stream HLS Stream (UHD/4K/HDR/ATMOS)',
/* iconUri= */ '',
/* iconUri= */ 'https://storage.googleapis.com/shaka-asset-icons/becoming_you.png',
/* manifestUri= */ 'https://devstreaming-cdn.apple.com/videos/streaming/examples/adv_dv_atmos/main.m3u8',
/* source= */ shakaAssets.Source.APPLE)
.addFeature(shakaAssets.Feature.HLS)
Expand Down

0 comments on commit ef5fe47

Please sign in to comment.