diff --git a/UmlautAdaptarr/Providers/SonarrClient.cs b/UmlautAdaptarr/Providers/SonarrClient.cs index 593527a..11cc622 100644 --- a/UmlautAdaptarr/Providers/SonarrClient.cs +++ b/UmlautAdaptarr/Providers/SonarrClient.cs @@ -98,7 +98,7 @@ namespace UmlautAdaptarr.Providers mediaType: _mediaType ); - logger.LogInformation($"Successfully fetched show {searchItem} from Sonarr."); + logger.LogInformation($"Successfully fetched show {searchItem.Title} from Sonarr."); return searchItem; } } @@ -156,7 +156,7 @@ namespace UmlautAdaptarr.Providers mediaType: _mediaType ); - logger.LogInformation($"Successfully fetched show {searchItem} from Sonarr."); + logger.LogInformation($"Successfully fetched show {searchItem.Title} from Sonarr."); return searchItem; } catch (Exception ex)