mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-03-11 17:45:30 +00:00
is the formatting fixed?
This commit is contained in:
parent
f86341f340
commit
4ec767decf
1 changed files with 2 additions and 1 deletions
|
|
@ -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 {
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue