Skip to content

Commit

Permalink
fix(android): added setAllowChunklessPreparation to HlsMediaSource.Fa…
Browse files Browse the repository at this point in the history
…ctory to allow build success on projects without HLS support (TheWidlarzGroup#3948)
  • Loading branch information
Darren Taft committed Jun 28, 2024
1 parent 28e42b1 commit 8525a69
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@ public int[] getSupportedTypes() {
public MediaSource createMediaSource(MediaItem mediaItem) {
return null;
}

public Factory setAllowChunklessPreparation(boolean allowChunklessPreparation) {
return this;
}
}
}

0 comments on commit 8525a69

Please sign in to comment.