Skip to content

Commit 3ee98ce

Browse files
authored
Update cast.html
1 parent 1f523b9 commit 3ee98ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cast.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@
5252
shaka.Player.prototype.getNetworkingEngine = function() {
5353
var networkingEngine = gNEOriginal.apply(this, arguments);
5454
networkingEngine.registerResponseFilter(function(type, response) {
55-
console.re.log('getNetworkingEngine.response : %s', response);
55+
if (type == shaka.net.NetworkingEngine.RequestType.LICENSE) {
56+
console.re.log('networkingEngine : %s', response);
57+
}
5658
});
5759
return networkingEngine;
5860
};

0 commit comments

Comments
 (0)