Skip to content

Commit fb90679

Browse files
author
Álvaro Velad Galván
authored
fix(demo): Fix 'Tears of Steel (live, DASH, Server Side ads)' (shaka-project#3758)
This updates the IMA Asset Key associated with the asset, to match the key being changed upstream.
1 parent 9e5b9ac commit fb90679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/common/assets.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ shakaAssets.testAssets = [
517517
.addFeature(shakaAssets.Feature.MP4)
518518
.addFeature(shakaAssets.Feature.SUBTITLES)
519519
.addFeature(shakaAssets.Feature.LIVE)
520-
.setIMAAssetKey('_lDu24IaSYaYAMEfixipNQ'),
520+
.setIMAAssetKey('PSzZMzAkSXCmlJOWDmRj8Q'),
521521
new ShakaDemoAssetInfo(
522522
/* name= */ 'Tears of Steel (multicodec, surround + stereo)',
523523
/* iconUri= */ 'https://storage.googleapis.com/shaka-asset-icons/tears_of_steel.png',

0 commit comments

Comments
 (0)