Skip to content

Commit

Permalink
fix(CMCD): Allow reconfigure session ID (#6177)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad committed Jan 30, 2024
1 parent 8a9f17d commit 3537dc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/util/cmcd_manager.js
Expand Up @@ -66,6 +66,9 @@ shaka.util.CmcdManager = class {
*/
configure(config) {
this.config_ = config;
if (this.config_.sessionId && this.config_.sessionId != this.sid_) {
this.sid_ = '';
}
}

/**
Expand Down

0 comments on commit 3537dc0

Please sign in to comment.