mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-16 07:06:14 +08:00
feat: session secondary
Closes #837 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import 'package:PiliPlus/grpc/bilibili/community/service/dm/v1.pb.dart';
|
||||
import 'package:PiliPlus/http/danmaku.dart';
|
||||
import 'package:PiliPlus/grpc/dm.dart';
|
||||
import 'package:PiliPlus/plugin/pl_player/controller.dart';
|
||||
|
||||
class PlDanmakuController {
|
||||
@@ -31,7 +31,7 @@ class PlDanmakuController {
|
||||
return;
|
||||
}
|
||||
requestedSeg.add(segmentIndex);
|
||||
final result = await DanmakuHttp.queryDanmaku(
|
||||
final result = await DmGrpc.dmSegMobile(
|
||||
cid: cid,
|
||||
segmentIndex: segmentIndex + 1,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user