mirror of
https://github.com/jellyfin/jellyfin-plugin-anidb.git
synced 2024-11-26 23:50:26 +00:00
Remove unnecessary whitespace replacement
This commit is contained in:
parent
69f6bca0df
commit
287dc3e967
@ -71,7 +71,7 @@ namespace Jellyfin.Plugin.AniDB.Providers
|
||||
a = Regex.Replace(a, @"\s", ".?.?.?");
|
||||
|
||||
// other characters
|
||||
a = Regex.Replace(a, @"[ !,–—_=~'`‚‘’„“”:;␣#@<>}\]\/\-]", ".?");
|
||||
a = Regex.Replace(a, @"[!,–—_=~'`‚‘’„“”:;␣#@<>}\]\/\-]", ".?");
|
||||
|
||||
// "words"
|
||||
a = Regex.Replace(a, @"s\b", ".?s");
|
||||
|
Loading…
Reference in New Issue
Block a user