actually throw exception

This commit is contained in:
bakerboy448 2025-08-27 06:53:32 -05:00
parent cba115b7c7
commit 90751998e2

View file

@ -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