Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
valotvince committed Apr 13, 2023
1 parent fc8cd6c commit 5f8bf6f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/drm-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ player.configure({
});
```

**Using `persistent-license` might now work on every devices, use this feature
**Using `persistent-license` might not work on every devices, use this feature
carefully.**

When the playback starts, you can retrieve the sessions metadata:
Expand Down
4 changes: 2 additions & 2 deletions externs/shaka/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ shaka.extern.AdvancedDrmConfiguration;
* }}
*
* @description
* DRM Session Metadata for as session
* DRM Session Metadata for an active session
*
* @property {string} sessionId
* Session id
Expand All @@ -713,7 +713,7 @@ shaka.extern.DrmSessionMetadata;
* }}
*
* @description
* DRM Session Metadata for as session
* DRM Session Metadata for saved persistent session
*
* @property {string} sessionId
* Session id
Expand Down
3 changes: 2 additions & 1 deletion lib/util/error.js
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,8 @@ shaka.util.Error.Code = {
'NO_LICENSE_SERVER_GIVEN': 6012,

/**
* A required offline session was removed. The content is not playable.
* A required offline session was removed. The content might not be playable
* depending of the playback context.
*/
'OFFLINE_SESSION_REMOVED': 6013,

Expand Down

0 comments on commit 5f8bf6f

Please sign in to comment.