From 4ec767decfcf2909e2d77e7abd861a85d1a36aa1 Mon Sep 17 00:00:00 2001 From: Tera <1527149+Denoder@users.noreply.github.com> Date: Wed, 8 Oct 2025 21:39:03 +0300 Subject: [PATCH] is the formatting fixed? --- crunchy.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crunchy.ts b/crunchy.ts index 52ec163..590515b 100644 --- a/crunchy.ts +++ b/crunchy.ts @@ -2748,7 +2748,7 @@ export default class Crunchy implements ServiceClass { break; default: sBody = sBody.replace(/^Style:\s*([^,]+),[^,]+,\d+,.+$/gm, (match, name, align) => { - return `Style: ${name},Trebuchet MS,24,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,1,${align},0010,0010,0018,0`; + return `Style: ${name},Trebuchet MS,24,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,1,2,0010,0010,0018,0`; }); break; } @@ -3321,3 +3321,4 @@ export default class Crunchy implements ServiceClass { } +