[downloader/fragment] HLS download can continue without first fragment
Closes #5274
This commit is contained in:
parent
2576d53a31
commit
814bba3933
6 changed files with 30 additions and 34 deletions
|
|
@ -280,5 +280,4 @@ class IsmFD(FragmentFD):
|
|||
return False
|
||||
self.report_skip_fragment(frag_index)
|
||||
|
||||
self._finish_frag_download(ctx, info_dict)
|
||||
return True
|
||||
return self._finish_frag_download(ctx, info_dict)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue