Intermediate commit

This commit is contained in:
pcjones
2024-02-12 03:46:06 +01:00
parent 4784867277
commit 614906287a
4 changed files with 10 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ namespace UmlautAdaptarr.Services
}
// Use CacheService to find a matching SearchItem by title
var searchItem = cacheService.SearchItemByTitle(mediaType, originalTitle);
var searchItem = cacheService.SearchItemByTitle(mediaType, normalizedOriginalTitle);
if (searchItem != null)
{
// If a SearchItem is found, use its ExpectedTitle and titleMatchVariations for renaming