Fix linter warnings
Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -443,9 +443,9 @@ | ... | @@ -443,9 +443,9 @@ |
443 | uri: entry.attributes.URI | 443 | uri: entry.attributes.URI |
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() { |
451 | if (!isFinite(entry.number)) { | 451 | if (!isFinite(entry.number)) { | ... | ... |
-
Please register or sign in to post a comment