From a875815f87ee33cb526d46fd81ebe001ecf7b7a9 Mon Sep 17 00:00:00 2001 From: nilaoda Date: Sat, 13 Aug 2022 18:32:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BB=E5=8F=96KEY=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E5=B0=86=E8=BF=94=E5=9B=9E=E6=9C=AA=E7=9F=A5?= =?UTF-8?q?=E7=9A=84=E5=8A=A0=E5=AF=86=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/N_m3u8DL-RE.Parser/Processor/HLS/DefaultHLSKeyProcessor.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/N_m3u8DL-RE.Parser/Processor/HLS/DefaultHLSKeyProcessor.cs b/src/N_m3u8DL-RE.Parser/Processor/HLS/DefaultHLSKeyProcessor.cs index 6828acb..35bfe84 100644 --- a/src/N_m3u8DL-RE.Parser/Processor/HLS/DefaultHLSKeyProcessor.cs +++ b/src/N_m3u8DL-RE.Parser/Processor/HLS/DefaultHLSKeyProcessor.cs @@ -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;