Commit 8a2fc55c by aquilescanta Committed by Oliver Woodman

Fix load error handling policy invocation

PiperOrigin-RevId: 236648435
parent d68c861b
......@@ -251,7 +251,7 @@ import java.util.Arrays;
int errorCount) {
long retryDelay =
loadErrorHandlingPolicy.getRetryDelayMsFor(
C.DATA_TYPE_MEDIA, durationUs, error, errorCount);
C.DATA_TYPE_MEDIA, loadDurationMs, error, errorCount);
boolean errorCanBePropagated =
retryDelay == C.TIME_UNSET
|| errorCount
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment