Fix wrong title renaming when expectedTitle startsWith variation
This commit is contained in:
@@ -48,7 +48,7 @@ namespace UmlautAdaptarr.Utilities
|
||||
|
||||
public static string GetCleanTitle(this string text)
|
||||
{
|
||||
return text.Replace("(", "").Replace(")", "").Replace("?","").Replace(":", "");
|
||||
return text.Replace("(", "").Replace(")", "").Replace("?","").Replace(":", "").Replace("'", "");
|
||||
}
|
||||
|
||||
public static string ReplaceGermanUmlautsWithLatinEquivalents(this string text)
|
||||
|
||||
Reference in New Issue
Block a user