Skip to content

Commit

Permalink
Add category filter to galleries
Browse files Browse the repository at this point in the history
  • Loading branch information
lifegpc authored Aug 10, 2024
1 parent e74a940 commit 1a79e41
Show file tree
Hide file tree
Showing 8 changed files with 210 additions and 85 deletions.
1 change: 1 addition & 0 deletions lib/api/client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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}')
Expand Down
Loading

0 comments on commit 1a79e41

Please sign in to comment.