You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Timber.d("Fetching caption for %s", contribution.getFilename());
118
117
finalStringpageId = contribution.getPageId();
119
118
if (pageId != null) {
119
+
Timber.d("Fetching caption for %s", contribution.getFilename());
120
120
StringwikibaseMediaId = PAGE_ID_PREFIX
121
121
+ pageId; // Create Wikibase media id from the page id. Example media id: M80618155 for https://commons.wikimedia.org/wiki/File:Tantanmen.jpeg with has the pageid 80618155
0 commit comments