mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
New: Optionally display authors as LastName, FirstName in index
Fixes #1062
This commit is contained in:
@@ -36,7 +36,7 @@ namespace NzbDrone.Common.Test.ExtensionTests.StringExtensionTests
|
||||
[TestCase("John [x]von Neumann (III)", "von Neumann, John")]
|
||||
public void should_get_sort_name(string input, string expected)
|
||||
{
|
||||
input.ToSortName().Should().Be(expected);
|
||||
input.ToLastFirst().Should().Be(expected);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user