mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
* 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>
10 lines
377 B
Dart
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';
|
|
}
|