mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
New: Optionally display authors as LastName, FirstName in index
Fixes #1062
This commit is contained in:
@@ -275,7 +275,7 @@ namespace NzbDrone.Common.Extensions
|
||||
return new string(buf.ToArray());
|
||||
}
|
||||
|
||||
public static string ToSortName(this string author)
|
||||
public static string ToLastFirst(this string author)
|
||||
{
|
||||
// ported from https://github.com/kovidgoyal/calibre/blob/master/src/calibre/ebooks/metadata/__init__.py
|
||||
if (author == null)
|
||||
|
||||
Reference in New Issue
Block a user