mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
export settings file
Closes #950 tweak Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1451,6 +1451,9 @@ class PlPlayerController {
|
||||
dynamic pgcType,
|
||||
VideoType? videoType,
|
||||
}) async {
|
||||
if (isLive) {
|
||||
return;
|
||||
}
|
||||
if (!enableHeart || MineController.anonymity.value || progress == 0) {
|
||||
return;
|
||||
} else if (playerStatus.status.value == PlayerStatus.paused) {
|
||||
@@ -1458,9 +1461,6 @@ class PlPlayerController {
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (isLive) {
|
||||
return;
|
||||
}
|
||||
bool isComplete =
|
||||
playerStatus.status.value == PlayerStatus.completed ||
|
||||
type == HeartBeatType.completed;
|
||||
|
||||
Reference in New Issue
Block a user