Bug fix
This commit is contained in:
parent
2c9d6c8187
commit
1fb7f7bc23
|
@ -92,7 +92,7 @@ namespace N_m3u8DL_RE.Parser.Processor.HLS
|
|||
if (parserConfig.CustomMethod != null)
|
||||
{
|
||||
encryptInfo.Method = parserConfig.CustomMethod.Value;
|
||||
Logger.Warn("METHOD changed to {}", method, encryptInfo.Method);
|
||||
Logger.Warn("METHOD changed from {} to {}", method, encryptInfo.Method);
|
||||
}
|
||||
|
||||
return encryptInfo;
|
||||
|
|
Loading…
Reference in New Issue