Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Wojciech Tyczyński <[email protected]>
  • Loading branch information
gkatsev and tykus160 authored Dec 12, 2024
1 parent ea9e82f commit 3eedb7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/media/drm_engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ shaka.media.DrmEngine = class {
this.config_.advanced[drmInfo.keySystem][robustnessType]) || '';
if (typeof items === 'string') {
// if drmInfo's robustness has already been expanded,
// use the drmInfo directly directly
// use the drmInfo directly.
newDrmInfos.push(drmInfo);
continue;
}
Expand Down
4 changes: 2 additions & 2 deletions lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -4066,8 +4066,8 @@ shaka.Player = class extends shaka.util.FakeEventTarget {
if (fixedUp) {
shaka.Deprecate.deprecateFeature(5,
'AdvancedDrmConfiguration\'s videoRobustness and audioRobustness',
'These propierties are no longer strings but array of strings, ' +
'please update your usage of these propeties.');
'These properties are no longer strings but array of strings, ' +
'please update your usage of these properties.');
}
}

Expand Down

0 comments on commit 3eedb7d

Please sign in to comment.