Merge branch 'main' into main
This commit is contained in:
commit
00db930ac1
|
@ -368,7 +368,7 @@ internal class HLSExtractor : IExtractor
|
|||
// #EXT-X-MAP
|
||||
else if (line.StartsWith(HLSTags.ext_x_map))
|
||||
{
|
||||
if (playlist.MediaInit == null)
|
||||
if (playlist.MediaInit == null || hasAd)
|
||||
{
|
||||
playlist.MediaInit = new MediaSegment()
|
||||
{
|
||||
|
|
|
@ -270,8 +270,9 @@ internal class MyOption
|
|||
/// See: <see cref="CommandInvoker.LiveFixVttByAudio"/>.
|
||||
/// </summary>
|
||||
public bool LiveFixVttByAudio { get; set; }
|
||||
|
||||
|
||||
public bool OnlyInit { get; set; }
|
||||
|
||||
|
||||
public DecryptEngine GetDecryptEngine()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue