mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
fix: use update function to update recipe asset
This commit is contained in:
parent
1bed5a6b86
commit
7133448ae9
1 changed files with 1 additions and 1 deletions
|
@ -571,6 +571,6 @@ class RecipeController(BaseRecipeController):
|
|||
|
||||
recipe.assets.append(asset_in)
|
||||
|
||||
group_recipes.update_image(slug)
|
||||
group_recipes.update(slug, recipe)
|
||||
|
||||
return asset_in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue