Skip to content

Commit b468184

Browse files
committed
restore call to addManifestUpdate function. This function was removed in commit 8f8cb46
1 parent 41e0095 commit b468184

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/streaming/net/HTTPLoader.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ function HTTPLoader(cfg) {
124124
httpRequest.response ? httpRequest.response.responseHeaders : [],
125125
success ? traces : null
126126
);
127+
128+
if (request.type === HTTPRequest.MPD_TYPE) {
129+
metricsModel.addManifestUpdate('stream', request.type, request.requestStartDate, request.requestEndDate);
130+
}
127131
}
128132
};
129133

0 commit comments

Comments
 (0)