Re-added call to schedule manifest refreshes.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=127951757
This commit is contained in:
cdrolle 2016-07-20 09:09:07 -07:00 committed by Oliver Woodman
parent 48f666a0e3
commit 5a7b046462

View File

@ -159,6 +159,7 @@ public final class DashMediaSource implements MediaSource {
for (int i = 0; i < periods.length; i++) {
periods[i].updateManifest(manifest, i);
}
scheduleManifestRefresh();
}
}