mirror of
https://github.com/NohamR/N_m3u8DL-RE.git
synced 2025-05-24 22:32:00 +00:00
修正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…
x
Reference in New Issue
Block a user