mirror of
https://github.com/Lidarr/Lidarr
synced 2026-02-28 01:23:02 +01:00
actually throw exception
This commit is contained in:
parent
cba115b7c7
commit
90751998e2
1 changed files with 1 additions and 1 deletions
|
|
@ -390,7 +390,7 @@ public List<object> SearchForNewEntity(string title)
|
|||
_logger.Warn(ex, $"Album search failed for '{lowerTitle}'.");
|
||||
}
|
||||
|
||||
return new List<object>();
|
||||
throw new SkyHookException("Search for '{0}' failed. Unable to find artist or album.", title);
|
||||
}
|
||||
|
||||
try
|
||||
|
|
|
|||
Loading…
Reference in a new issue