mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-19 14:24:35 +00: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