mirror of
https://github.com/androidx/media.git
synced 2025-05-16 12:09:50 +08:00
remove space
This commit is contained in:
parent
cac16f1647
commit
455f9fb9f0
@ -200,7 +200,7 @@ public final class HlsPlaylistTracker implements Loader.Callback<ParsingLoadable
|
||||
*/
|
||||
public HlsMediaPlaylist getPlaylistSnapshot(HlsUrl url) {
|
||||
HlsMediaPlaylist snapshot = playlistBundles.get(url).getPlaylistSnapshot();
|
||||
if (url != primaryHlsUrl && snapshot != null ) {
|
||||
if (url != primaryHlsUrl && snapshot != null) {
|
||||
maybeSetPrimaryUrl(url);
|
||||
}
|
||||
return snapshot;
|
||||
|
Loading…
x
Reference in New Issue
Block a user