From 3564be19a80528ec6a489baa4c28a5935c7de78e Mon Sep 17 00:00:00 2001 From: Taloth Saldono Date: Sun, 31 May 2020 23:18:49 +0200 Subject: [PATCH] Fixed typo --- src/NzbDrone.Core/Tv/AddSeriesService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Tv/AddSeriesService.cs b/src/NzbDrone.Core/Tv/AddSeriesService.cs index 7f5c9c478..d82497e27 100644 --- a/src/NzbDrone.Core/Tv/AddSeriesService.cs +++ b/src/NzbDrone.Core/Tv/AddSeriesService.cs @@ -80,7 +80,7 @@ namespace NzbDrone.Core.Tv } catch (SeriesNotFoundException) { - _logger.Error("tvdbid {1} was not found, it may have been removed from TheTVDB.", newSeries.TvdbId); + _logger.Error("tvdbid {0} was not found, it may have been removed from TheTVDB.", newSeries.TvdbId); throw new ValidationException(new List {