Commit 28173991 by tonihei Committed by Oliver Woodman

Return requested position when selecting tracks in FakeMediaPeriod.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=170360487
parent a3a9c0f3
...@@ -81,7 +81,7 @@ public class FakeMediaPeriod implements MediaPeriod { ...@@ -81,7 +81,7 @@ public class FakeMediaPeriod implements MediaPeriod {
streamResetFlags[i] = true; streamResetFlags[i] = true;
} }
} }
return 0; return positionUs;
} }
@Override @Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment