mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -198,7 +198,7 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
|
||||
}
|
||||
|
||||
// 播放器状态监听
|
||||
Future<void> playerListener(PlayerStatus? status) async {
|
||||
Future<void> playerListener(PlayerStatus status) async {
|
||||
try {
|
||||
if (videoDetailController.scrollCtr.hasClients) {
|
||||
bool isPlaying = status == PlayerStatus.playing;
|
||||
|
||||
Reference in New Issue
Block a user