actually throw exception

This commit is contained in:
bakerboy448 2025-08-27 06:53:32 -05:00 committed by sharinganthief
parent f7a0706479
commit 637f104077

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