mirror of
https://github.com/samsonjs/media.git
synced 2026-04-07 11:35:46 +00:00
Fix unused playlistParser in deprecated constructor
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=199792156
This commit is contained in:
parent
fb00221d7d
commit
448ce43ddf
1 changed files with 1 additions and 2 deletions
|
|
@ -339,8 +339,7 @@ public final class HlsMediaSource extends BaseMediaSource
|
|||
extractorFactory,
|
||||
new DefaultCompositeSequenceableLoaderFactory(),
|
||||
minLoadableRetryCount,
|
||||
new DefaultHlsPlaylistTracker(
|
||||
dataSourceFactory, minLoadableRetryCount, new HlsPlaylistParser()),
|
||||
new DefaultHlsPlaylistTracker(dataSourceFactory, minLoadableRetryCount, playlistParser),
|
||||
/* allowChunklessPreparation= */ false,
|
||||
/* tag= */ null);
|
||||
if (eventHandler != null && eventListener != null) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue