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 e803748 commit 8ba0ea9Copy full SHA for 8ba0ea9
lib/wiki/request.ts
@@ -77,7 +77,7 @@ export async function getImageCredit(filename: string, src: PicSource) {
77
action: 'query',
78
prop: 'imageinfo',
79
iiprop: 'extmetadata',
80
- iiextmetadatafilter: 'LicenseShortName|Artist|LicenseUrl',
+ iiextmetadatafilter: 'Artist|LicenseShortName|LicenseUrl',
81
titles: `Image:${ filename }`
82
}
83
})
0 commit comments