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: {