is the formatting fixed?

This commit is contained in:
Tera 2025-10-08 21:39:03 +03:00 committed by GitHub
parent f86341f340
commit 4ec767decf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {
}