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 3570377 commit 33868a9Copy full SHA for 33868a9
app/src/main/java/fr/free/nrw/commons/category/CategoryInterface.kt
@@ -34,7 +34,7 @@ interface CategoryInterface {
34
* @return
35
*/
36
@GET(
37
- "w/api.php?action=query&format=json&formatversion=2&generator=allcategories&prop=categoryinfo|description|pageimages&piprop=thumbnail&pithumbsize=70",
+ "w/api.php?action=query&format=json&formatversion=2&redirects=true&generator=allcategories&prop=categoryinfo|description|pageimages&piprop=thumbnail&pithumbsize=70",
38
)
39
fun searchCategoriesForPrefix(
40
@Query("gacprefix") prefix: String?,
0 commit comments