Skip to content

Commit

Permalink
fix(offline): Fix server certificate error when trying to store conte…
Browse files Browse the repository at this point in the history
…nt (#5848)

Fixes #5132
  • Loading branch information
avelad authored and joeyparrish committed Feb 17, 2024
1 parent 4e314db commit 1e907db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/offline/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,6 @@ shaka.offline.Storage = class {
drmEngine.configure(config.drm);
await drmEngine.initForStorage(
manifest.variants, config.offline.usePersistentLicense);
await drmEngine.setServerCertificate();
await drmEngine.createOrLoad();

return drmEngine;
Expand Down

0 comments on commit 1e907db

Please sign in to comment.