diff --git a/src/NzbDrone.Core/MetadataSource/Goodreads/GoodreadsProxy.cs b/src/NzbDrone.Core/MetadataSource/Goodreads/GoodreadsProxy.cs index eb74fe928..7a640fad6 100644 --- a/src/NzbDrone.Core/MetadataSource/Goodreads/GoodreadsProxy.cs +++ b/src/NzbDrone.Core/MetadataSource/Goodreads/GoodreadsProxy.cs @@ -604,7 +604,7 @@ namespace NzbDrone.Core.MetadataSource.Goodreads { ForeignBookId = resource.Work.Id.ToString(), Title = (resource.Work.OriginalTitle ?? resource.TitleWithoutSeries).CleanSpaces(), - TitleSlug = resource.Id.ToString(), + TitleSlug = resource.Work.Id.ToString(), ReleaseDate = resource.Work.OriginalPublicationDate ?? resource.PublicationDate, Ratings = new Ratings { Votes = resource.Work.RatingsCount, Value = resource.Work.AverageRating }, AnyEditionOk = true