Fixed: Sort authors by lastname, firstname

This commit is contained in:
ta264
2021-05-13 21:31:46 +01:00
parent 62221c2a7f
commit 96db74494a
26 changed files with 279 additions and 27 deletions
-5
View File
@@ -576,11 +576,6 @@ namespace NzbDrone.Core.Parser
return null;
}
public static string ToSortName(this string name)
{
return name.Split(' ', 2).Reverse().ConcatToString(", ");
}
public static string CleanAuthorName(this string name)
{
// If Title only contains numbers return it as is.