mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
Fix use of empty Author SortName in filename
This commit is contained in:
@@ -34,7 +34,8 @@ namespace NzbDrone.Core.Organizer
|
||||
Metadata = new AuthorMetadata
|
||||
{
|
||||
Name = "The Author Name",
|
||||
Disambiguation = "US Author"
|
||||
Disambiguation = "US Author",
|
||||
NameLastFirst = "Last name, First name"
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user