mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-05 13:20:32 -05:00
Fix: Stop ImageUrl from being overwritten
This commit is contained in:
@@ -51,7 +51,7 @@ namespace NzbDrone.Core.MetadataSource.Goodreads
|
||||
}
|
||||
|
||||
ImageUrl = element.ElementAsString("image_url");
|
||||
ImageUrl = element.ElementAsString("large_image_url");
|
||||
LargeImageUrl = element.ElementAsString("large_image_url");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user