mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-01 06:40:14 +08:00
opt: simple dialog
This commit is contained in:
@@ -79,7 +79,7 @@ abstract final class SponsorBlock {
|
||||
int? type,
|
||||
SegmentType? category,
|
||||
}) async {
|
||||
assert((type == null) == (category == null));
|
||||
assert((type == null) != (category == null));
|
||||
final res = await Request().post(
|
||||
_api(SponsorBlockApi.voteOnSponsorTime),
|
||||
queryParameters: {
|
||||
|
||||
Reference in New Issue
Block a user