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