修正`Part`分割
This commit is contained in:
parent
4dec850c84
commit
6bc4e7c861
|
@ -304,7 +304,7 @@ namespace N_m3u8DL_RE.Parser.Extractor
|
|||
continue;
|
||||
}
|
||||
//常规情况的#EXT-X-DISCONTINUITY标记,新建part
|
||||
if (!hasAd && segments.Count > 1)
|
||||
if (!hasAd && segments.Count >= 1)
|
||||
{
|
||||
mediaParts.Add(new MediaPart()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue