Skip to content

Commit

Permalink
Apply desired config to storage in demo.
Browse files Browse the repository at this point in the history
Change-Id: I8997f8f65c1d6790ee6a88ced9215790cd60503f
  • Loading branch information
theodab committed Oct 29, 2019
1 parent 8004e47 commit 059b080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ shakaDemo.Main = class {
this.dispatchEventWithName_('shaka-main-offline-progress');
}
};
storage.configure(this.desiredConfig_);
storage.configure('offline.progressCallback', progressCallback);

return storage;
Expand Down

0 comments on commit 059b080

Please sign in to comment.