Commit 9d14a3b3 by andrewlewis Committed by Oliver Woodman

Remove unneeded null check

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=208208099
parent 5f75d6ea
......@@ -437,9 +437,7 @@ public final class HlsMediaSource extends BaseMediaSource
@Override
public void releaseSourceInternal() {
if (playlistTracker != null) {
playlistTracker.stop();
}
playlistTracker.stop();
}
@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