Clean Filenames for Windows

Fixes #391
This commit is contained in:
2025-09-18 00:51:34 +02:00
parent 5af1605c5b
commit 55d6b46507
12 changed files with 53 additions and 43 deletions

View File

@@ -86,6 +86,6 @@ public abstract class MangaConnector(string name, string[] supportedLanguages, s
}
return filename;
return filename.CleanNameForWindows();
}
}