opt: simple dialog

This commit is contained in:
My-Responsitories
2026-06-13 11:58:33 +08:00
parent c63fe3866c
commit 3085d58508
26 changed files with 1184 additions and 1433 deletions

View File

@@ -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: {