Fix absent images on v0.5.6

This commit is contained in:
Kirill Kamakin
2022-10-29 17:33:39 +02:00
parent 4577aac8fc
commit 45b1b07372
10 changed files with 483 additions and 35 deletions

View File

@@ -44,7 +44,7 @@ class RecipeModelLoader private constructor(
options: Options?
): String? {
logger.v { "getUrl() called with: model = $model, width = $width, height = $height, options = $options" }
return runBlocking { recipeImageUrlProvider.generateImageUrl(model?.remoteId) }
return runBlocking { recipeImageUrlProvider.generateImageUrl(model?.imageId) }
}
override fun getHeaders(