mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: sponsorblock: pass cid
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -507,7 +507,7 @@ class VideoDetailController extends GetxController
|
|||||||
'${GStorage.blockServer}/api/skipSegments',
|
'${GStorage.blockServer}/api/skipSegments',
|
||||||
data: {
|
data: {
|
||||||
'videoID': bvid,
|
'videoID': bvid,
|
||||||
// 'cid': cid.value,
|
'cid': cid.value,
|
||||||
},
|
},
|
||||||
options: Options(
|
options: Options(
|
||||||
headers: {
|
headers: {
|
||||||
|
|||||||
Reference in New Issue
Block a user