mod: 更新播放器底栏配置

This commit is contained in:
guozhigq
2024-04-06 11:30:53 +08:00
parent 57f7628795
commit a5494484ae
4 changed files with 18 additions and 89 deletions

View File

@ -24,6 +24,7 @@ import 'package:pilipala/plugin/pl_player/models/play_repeat.dart';
import 'package:pilipala/services/service_locator.dart';
import 'package:pilipala/utils/storage.dart';
import '../../../plugin/pl_player/models/bottom_control_type.dart';
import '../../../services/shutdown_timer_service.dart';
import 'widgets/app_bar.dart';
@ -298,6 +299,7 @@ class _VideoDetailPageState extends State<VideoDetailPage>
playerController: plPlayerController!,
),
),
bottomList: vdCtr.bottomList,
);
},
);