mirror of
https://github.com/samsonjs/media.git
synced 2026-04-20 13:45:47 +00:00
Re-added call to schedule manifest refreshes.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=127951757
This commit is contained in:
parent
48f666a0e3
commit
5a7b046462
1 changed files with 1 additions and 0 deletions
|
|
@ -159,6 +159,7 @@ public final class DashMediaSource implements MediaSource {
|
|||
for (int i = 0; i < periods.length; i++) {
|
||||
periods[i].updateManifest(manifest, i);
|
||||
}
|
||||
scheduleManifestRefresh();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue