Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Commit

Permalink
revert: sponsorblock: prepass cid
Browse files Browse the repository at this point in the history
it looks like the server is not done yet, get nothing when passing
cid

Signed-off-by: bggRGjQaUbCoE <[email protected]>
  • Loading branch information
bggRGjQaUbCoE committed Nov 14, 2024
1 parent 81c8845 commit f91a187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/video/detail/controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ class VideoDetailController extends GetxController
'${GStorage.blockServer}/api/skipSegments',
data: {
'videoID': bvid,
'cid': cid.value,
// 'cid': cid.value,
},
options: Options(
headers: {
Expand Down

0 comments on commit f91a187

Please sign in to comment.