Skip to content

Commit fba678f

Browse files
authored
fix: fix faulty escape sequence in default script for WebAOM Renamer
1 parent b1eb37b commit fba678f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shoko.Server/Renamer/WebAOMRenamer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2306,7 +2306,7 @@ DO REPLACE '__' '_'
23062306
DO REPLACE '<' '('
23072307
DO REPLACE '>' ')'
23082308
DO REPLACE ':' '-'
2309-
DO REPLACE '" + (char)34 +' '`'
2309+
DO REPLACE '"' '`'
23102310
DO REPLACE '/' '_'
23112311
DO REPLACE '/' '_'
23122312
DO REPLACE '\\' '_'

0 commit comments

Comments
 (0)