mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
core: show indexer id if cardigann definition is wrong (#9905)
This commit is contained in:
@@ -175,7 +175,7 @@ namespace Jackett.Common.Services
|
|||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
logger.Error($"Error while creating Cardigann instance from Definition: {e}");
|
logger.Error($"Error while creating Cardigann instance from definition ID={definition.Id}: {e}");
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}).Where(cardigannIndexer => cardigannIndexer != null).ToList(); // Explicit conversion to list to avoid repeated resource loading
|
}).Where(cardigannIndexer => cardigannIndexer != null).ToList(); // Explicit conversion to list to avoid repeated resource loading
|
||||||
|
Reference in New Issue
Block a user