From f91a1879db8347ceeb4b55b500e4c4491361341f Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Thu, 14 Nov 2024 10:08:51 +0800 Subject: [PATCH] revert: sponsorblock: prepass cid it looks like the server is not done yet, get nothing when passing cid Signed-off-by: bggRGjQaUbCoE --- lib/pages/video/detail/controller.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/video/detail/controller.dart b/lib/pages/video/detail/controller.dart index d1438e4d3..abb2d96c7 100644 --- a/lib/pages/video/detail/controller.dart +++ b/lib/pages/video/detail/controller.dart @@ -507,7 +507,7 @@ class VideoDetailController extends GetxController '${GStorage.blockServer}/api/skipSegments', data: { 'videoID': bvid, - 'cid': cid.value, + // 'cid': cid.value, }, options: Options( headers: {