Fix linter warnings
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -444,7 +444,7 @@ | ... | @@ -444,7 +444,7 @@ |
444 | }; | 444 | }; |
445 | 445 | ||
446 | if (entry.attributes.IV !== undefined) { | 446 | if (entry.attributes.IV !== undefined) { |
447 | key.iv = entry.attributes.IV | 447 | key.iv = entry.attributes.IV; |
448 | } | 448 | } |
449 | }, | 449 | }, |
450 | 'media-sequence': function() { | 450 | 'media-sequence': function() { | ... | ... |
-
Please register or sign in to post a comment