mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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) {
|
int errorCount) {
|
||||||
long retryDelay =
|
long retryDelay =
|
||||||
loadErrorHandlingPolicy.getRetryDelayMsFor(
|
loadErrorHandlingPolicy.getRetryDelayMsFor(
|
||||||
C.DATA_TYPE_MEDIA, durationUs, error, errorCount);
|
C.DATA_TYPE_MEDIA, loadDurationMs, error, errorCount);
|
||||||
boolean errorCanBePropagated =
|
boolean errorCanBePropagated =
|
||||||
retryDelay == C.TIME_UNSET
|
retryDelay == C.TIME_UNSET
|
||||||
|| errorCount
|
|| errorCount
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue