Skip to content

Commit

Permalink
(fixes commons-app#5803) Modify image author name to licensing name. (c…
Browse files Browse the repository at this point in the history
  • Loading branch information
qinjuewu00 committed Oct 16, 2024
1 parent 3ac608c commit d56bcda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class MediaConverter
metadata.licenseShortName(),
metadata.prefixedLicenseUrl,
getAuthor(metadata),
imageInfo.user,
getAuthor(metadata),
MediaDataExtractorUtil.extractCategoriesFromList(metadata.categories),
metadata.latLng,
entity.labels().mapValues { it.value.value() },
Expand Down

0 comments on commit d56bcda

Please sign in to comment.