读取KEY错误时,将返回未知的加密方式
This commit is contained in:
parent
f3787f48b4
commit
a875815f87
|
@ -58,6 +58,7 @@ namespace N_m3u8DL_RE.Parser.Processor.HLS
|
|||
catch (Exception ex)
|
||||
{
|
||||
Logger.Error(ResString.cmd_loadKeyFailed + ": " + ex.ToString());
|
||||
encryptInfo.Method = EncryptMethod.UNKNOWN;
|
||||
}
|
||||
|
||||
return encryptInfo;
|
||||
|
|
Loading…
Reference in New Issue