Fix wrong chars replacing

This commit is contained in:
2022-12-17 14:40:20 +01:00
parent 4a606c67dc
commit 3789c6dfee

View File

@@ -64,6 +64,9 @@ pub fn get_filename_by_book(book: &BookWithRemote, file_type: &str, force_zip: b
(" ", "_"), (" ", "_"),
("'", ""), ("'", ""),
("`", ""), ("`", ""),
("[", ""),
("]", ""),
("\"", ""),
] ]
.iter() .iter()
.cloned() .cloned()