Skip to content

Commit

Permalink
Fix typo in fairplay tutorial.
Browse files Browse the repository at this point in the history
Closes #2344

Change-Id: I8f3702820887e3f4a6158fbdaa01df032a5193e7
  • Loading branch information
theodab committed Jan 16, 2020
1 parent 3437619 commit bcb4c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/fairplay.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ player.getNetworkingEngine().registerRequestFilter((type, request) => {
request.body = shaka.util.StringUtils.toUTF8(encodeURIComponent(params));
});

player.getNetworkingEngine().registerResponseFilter((type, request) => {
player.getNetworkingEngine().registerResponseFilter((type, response) => {
if (type != shaka.net.NetworkingEngine.RequestType.LICENSE) {
return;
}
Expand Down

0 comments on commit bcb4c56

Please sign in to comment.