From c0879ee169e4ff1b4b6c04a095a6b09aa0540c19 Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Mon, 25 Nov 2024 10:42:29 +0800 Subject: [PATCH] mod: sponsorblock: pass 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 abb2d96c..d1438e4d 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: {