mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
Fix release build
This commit is contained in:
parent
3ede1aaa8e
commit
d880fac582
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ public final class HlsDownloadHelper extends DownloadHelper {
|
|||
public TrackGroupArray getTrackGroups(int periodIndex) {
|
||||
Assertions.checkNotNull(playlist);
|
||||
if (playlist instanceof HlsMediaPlaylist) {
|
||||
renditionGroups = new int[0];
|
||||
renditionTypes = new int[0];
|
||||
return TrackGroupArray.EMPTY;
|
||||
}
|
||||
// TODO: Generate track groups as in playback. Reverse the mapping in getDownloadAction.
|
||||
|
|
|
|||
Loading…
Reference in a new issue