mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Fixed: Sort authors by lastname, firstname
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user