Skip to content

Commit

Permalink
fix(demo): Fix 'Tears of Steel (live, DASH, Server Side ads)' (shaka-…
Browse files Browse the repository at this point in the history
…project#3758)

This updates the IMA Asset Key associated with the asset, to match the key being
changed upstream.
  • Loading branch information
Álvaro Velad Galván authored Nov 18, 2021
1 parent 9e5b9ac commit fb90679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/common/assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ shakaAssets.testAssets = [
.addFeature(shakaAssets.Feature.MP4)
.addFeature(shakaAssets.Feature.SUBTITLES)
.addFeature(shakaAssets.Feature.LIVE)
.setIMAAssetKey('_lDu24IaSYaYAMEfixipNQ'),
.setIMAAssetKey('PSzZMzAkSXCmlJOWDmRj8Q'),
new ShakaDemoAssetInfo(
/* name= */ 'Tears of Steel (multicodec, surround + stereo)',
/* iconUri= */ 'https://storage.googleapis.com/shaka-asset-icons/tears_of_steel.png',
Expand Down

0 comments on commit fb90679

Please sign in to comment.