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