From fa70b153221e91f30e2cf3b739b33d130dc6cbad Mon Sep 17 00:00:00 2001 From: nilaoda Date: Mon, 13 Mar 2023 10:57:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=81=B6=E5=8F=91=E7=9A=84?= =?UTF-8?q?=E6=BC=8F=E6=9C=80=E5=90=8E=E4=B8=80=E8=A1=8C=E5=AD=97=E5=B9=95?= =?UTF-8?q?=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/N_m3u8DL-RE.Common/Entity/WebVttSub.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/N_m3u8DL-RE.Common/Entity/WebVttSub.cs b/src/N_m3u8DL-RE.Common/Entity/WebVttSub.cs index 05edda9..77de827 100644 --- a/src/N_m3u8DL-RE.Common/Entity/WebVttSub.cs +++ b/src/N_m3u8DL-RE.Common/Entity/WebVttSub.cs @@ -50,6 +50,7 @@ namespace N_m3u8DL_RE.Common.Entity if (!text.Trim().StartsWith("WEBVTT")) throw new Exception("Bad vtt!"); + text += Environment.NewLine; var webSub = new WebVttSub(); var needPayload = false;