mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-16 21:16:24 -04:00
New: Author SortName token
This commit is contained in:
@@ -233,6 +233,7 @@ namespace NzbDrone.Core.Organizer
|
||||
tokenHandlers["{Author Name}"] = m => author.Name;
|
||||
tokenHandlers["{Author CleanName}"] = m => CleanTitle(author.Name);
|
||||
tokenHandlers["{Author NameThe}"] = m => TitleThe(author.Name);
|
||||
tokenHandlers["{Author SortName}"] = m => author.Name.ToSortName();
|
||||
|
||||
if (author.Metadata.Value.Disambiguation != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user