mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00:00
Fix backoff for SingleSampleSource.
This commit is contained in:
parent
5f51a4ff83
commit
ed51b58242
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ public final class SingleSampleSource implements SampleSource, SampleSourceReade
|
|||
if (elapsedMillis < getRetryDelayMillis(currentLoadableExceptionCount)) {
|
||||
return;
|
||||
}
|
||||
clearCurrentLoadableException();
|
||||
currentLoadableException = null;
|
||||
}
|
||||
loader.startLoading(this, this);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue