mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
New: Don't require artist mapping
This commit is contained in:
@@ -26,6 +26,12 @@ namespace NzbDrone.Core.IndexerSearch.Definitions
|
||||
{
|
||||
Ensure.That(title, () => title).IsNotNullOrWhiteSpace();
|
||||
|
||||
// Most VA albums are listed as VA, not Various Artists
|
||||
if (title == "Various Artists")
|
||||
{
|
||||
title = "VA";
|
||||
}
|
||||
|
||||
var cleanTitle = BeginningThe.Replace(title, string.Empty);
|
||||
|
||||
cleanTitle = cleanTitle.Replace(" & ", " ");
|
||||
|
||||
Reference in New Issue
Block a user