Skip to content

Commit

Permalink
chore(Demo): Fix VNOVA asset features (#7228)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad committed Aug 29, 2024
1 parent 0635c10 commit da68173
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 @@ -1488,7 +1488,7 @@ shakaAssets.testAssets = [
/* iconUri= */ 'https://storage.googleapis.com/shaka-asset-icons/shaka.png',
/* manifestUri= */ 'https://d3mfda3gpj3dw1.cloudfront.net/vnCTVqNpUs9400xP/master.mpd',
/* source= */ shakaAssets.Source.VNOVA)
.addFeature(shakaAssets.Feature.HLS)
.addFeature(shakaAssets.Feature.DASH)
.addFeature(shakaAssets.Feature.HIGH_DEFINITION)
.addFeature(shakaAssets.Feature.MP4)
.addFeature(shakaAssets.Feature.OFFLINE)
Expand Down

0 comments on commit da68173

Please sign in to comment.