Fix SearchItem lookup not working for newly added items in Readarr and Lidarr

This commit is contained in:
pcjones
2024-02-19 21:04:32 +01:00
parent cac920ae88
commit 7cfae00511
3 changed files with 3 additions and 3 deletions

View File

@@ -185,7 +185,6 @@ namespace UmlautAdaptarr.Controllers
if (categories.Split(',').Any(category => READARR_CATEGORY_IDS.Contains(category)))
{
var mediaType = "book";
// TODO rename function or use own
searchItem = await searchItemLookupService.GetOrFetchSearchItemByExternalId(mediaType, title.GetReadarrTitleForExternalId());
}