Files
PiliPlus/lib/http/sponsor_block_api.dart
My-Responsitories 2be13e7283 refa: sb & feat: sb portVideo (WIP) (#1751)
* refa: sb

* feat: sb portVideo (WIP)

* fix: keep-alive

* revert: ua version

* fix

* tweak [skip ci]

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>

---------

Co-authored-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
2025-11-19 09:30:04 +08:00

10 lines
377 B
Dart

abstract final class SponsorBlockApi {
static const String skipSegments = 'skipSegments';
static const String voteOnSponsorTime = 'voteOnSponsorTime';
static const String viewedVideoSponsorTime = 'viewedVideoSponsorTime';
static const String portVideo = 'portVideo';
static const String userInfo = 'userInfo';
static const String uptimeStatus = 'status/uptime';
}