mirror of
https://github.com/Radarr/Radarr
synced 2026-05-08 16:41:06 +02:00
Remove redundant else
Co-authored-by: Bogdan <mynameisbogdan@users.noreply.github.com>
This commit is contained in:
parent
24388c3c81
commit
8b0124c716
1 changed files with 2 additions and 4 deletions
|
|
@ -217,10 +217,8 @@ public static string TitleThe(string title)
|
|||
{
|
||||
return string.Empty;
|
||||
}
|
||||
else
|
||||
{
|
||||
return TitlePrefixRegex.Replace(title, "$2, $1$3");
|
||||
}
|
||||
|
||||
return TitlePrefixRegex.Replace(title, "$2, $1$3");
|
||||
}
|
||||
|
||||
public static string CleanTitleThe(string title)
|
||||
|
|
|
|||
Loading…
Reference in a new issue