mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Fix load error handling policy invocation
PiperOrigin-RevId: 236648435
This commit is contained in:
parent
d68c861b21
commit
8a2fc55c49
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue