mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Fix Headphones Download Auth, Add Special Parsing (#152)
* Add Secondary Backup Parsing Method if Regex Fails * Add BasicAuth info to release for nzb download handling
This commit is contained in:
@@ -62,6 +62,12 @@ namespace NzbDrone.Core.DecisionEngine
|
||||
{
|
||||
var parsedAlbumInfo = Parser.Parser.ParseAlbumTitle(report.Title);
|
||||
|
||||
if (parsedAlbumInfo == null && searchCriteria != null)
|
||||
{
|
||||
parsedAlbumInfo = Parser.Parser.ParseAlbumTitleWithSearchCriteria(report.Title,
|
||||
searchCriteria.Artist, searchCriteria.Albums);
|
||||
}
|
||||
|
||||
if (parsedAlbumInfo != null)
|
||||
{
|
||||
// TODO: Artist Data Augment without calling to parse title again
|
||||
|
||||
Reference in New Issue
Block a user