mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-02 08:09:47 +08:00
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>
This commit is contained in:
committed by
GitHub
parent
d5d95671ff
commit
2be13e7283
9
lib/http/sponsor_block_api.dart
Normal file
9
lib/http/sponsor_block_api.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
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';
|
||||
}
|
||||
Reference in New Issue
Block a user