parent
87dfaff74b
commit
3661726401
@ -362,11 +362,8 @@ public class HlsSampleSource implements SampleSource, Loader.Callback {
|
|||||||
if (!currentLoadableExceptionFatal) {
|
if (!currentLoadableExceptionFatal) {
|
||||||
clearCurrentLoadable();
|
clearCurrentLoadable();
|
||||||
}
|
}
|
||||||
if (enabledTrackCount > 0) {
|
if (enabledTrackCount > 0 || !prepared) {
|
||||||
maybeStartLoading();
|
maybeStartLoading();
|
||||||
} else {
|
|
||||||
clearState();
|
|
||||||
loadControl.trimAllocator();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user