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 2a471e3 commit a9b4dac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/util/cmcd_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,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 a9b4dac

Please sign in to comment.