Add category filter to galleries

This commit is contained in:
2024-08-10 10:04:48 +00:00
committed by GitHub
parent e74a940191
commit 1a79e41f7a
8 changed files with 210 additions and 85 deletions

View File

@@ -240,6 +240,7 @@ abstract class _EHApi {
@Query("sort_by_gid") bool? sortByGid,
@Query("uploader") String? uploader,
@Query("tag") String? tag,
@Query("category") String? category,
@CancelRequest() CancelToken? cancel});
@GET('/tag/{id}')