Skip to content

Commit

Permalink
chore: Fix bad asset metadata (#7133)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish authored and avelad committed Aug 19, 2024
1 parent 74c69c7 commit e357030
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions demo/common/assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -634,14 +634,13 @@ shakaAssets.testAssets = [
.setIMAVideoId('tears-of-steel')
.setIMAManifestType('HLS'),
new ShakaDemoAssetInfo(
/* name= */ 'Tears of Steel (live, DASH, Server Side ads)',
/* name= */ 'Tears of Steel (DASH, Server Side ads)',
/* iconUri= */ 'https://storage.googleapis.com/shaka-asset-icons/tears_of_steel.png',
/* manifestUri= */ 'https://storage.googleapis.com/shaka-demo-assets/tos-ttml/dash.mpd',
/* source= */ shakaAssets.Source.SHAKA)
.addFeature(shakaAssets.Feature.DASH)
.addFeature(shakaAssets.Feature.MP4)
.addFeature(shakaAssets.Feature.SUBTITLES)
.addFeature(shakaAssets.Feature.LIVE)
.setIMAAssetKey('PSzZMzAkSXCmlJOWDmRj8Q')
.setIMAManifestType('DASH'),
new ShakaDemoAssetInfo(
Expand Down

0 comments on commit e357030

Please sign in to comment.