1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-04 22:40:51 +00:00

Fixed typo

This commit is contained in:
Taloth Saldono 2020-05-31 23:18:49 +02:00
parent 14c9b6aaf4
commit 3564be19a8

View file

@ -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<ValidationFailure>
{