mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Add category filter to galleries
This commit is contained in:
@@ -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}')
|
||||
|
||||
Reference in New Issue
Block a user