We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 329a5ca commit 936bc12Copy full SHA for 936bc12
gramps_webapi/api/resources/media.py
@@ -57,7 +57,7 @@ def object_extend(
57
"""Extend media attributes as needed."""
58
if "profile" in args:
59
obj.profile = get_media_profile_for_object(
60
- self.db_handle, obj, args["profile"]
+ self.db_handle, obj, args["profile"], locale=locale
61
)
62
if "extend" in args:
63
obj.extended = get_extended_attributes(self.db_handle, obj, args)
0 commit comments