Skip to content

Commit 8ba0ea9

Browse files
committed
chore: minor update
1 parent e803748 commit 8ba0ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/wiki/request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export async function getImageCredit(filename: string, src: PicSource) {
7777
action: 'query',
7878
prop: 'imageinfo',
7979
iiprop: 'extmetadata',
80-
iiextmetadatafilter: 'LicenseShortName|Artist|LicenseUrl',
80+
iiextmetadatafilter: 'Artist|LicenseShortName|LicenseUrl',
8181
titles: `Image:${ filename }`
8282
}
8383
})

0 commit comments

Comments
 (0)