读取KEY错误时,将返回未知的加密方式

This commit is contained in:
nilaoda 2022-08-13 18:32:20 +08:00
parent f3787f48b4
commit a875815f87
1 changed files with 1 additions and 0 deletions

View File

@ -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;