Commit 5b0192a3 by mofneko Committed by GitHub

Update HlsPlaylistTracker.java

Fix unused variable.
parent a9079f67
......@@ -315,7 +315,7 @@ public final class HlsPlaylistTracker implements Loader.Callback<ParsingLoadable
for (int i = 0; i < listSize; i++) {
HlsUrl url = urls.get(i);
MediaPlaylistBundle bundle = new MediaPlaylistBundle(url, currentTimeMs);
playlistBundles.put(urls.get(i), bundle);
playlistBundles.put(url, bundle);
}
}
......
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