fix live dm

opt live/article report

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-13 11:47:57 +08:00
parent 10ed5f2ea4
commit f41af00b31
4 changed files with 11 additions and 7 deletions

View File

@@ -463,8 +463,7 @@ class PlPlayerController {
// 添加一个私有构造函数
PlPlayerController._() {
if (!Accounts.get(AccountType.heartbeat).isLogin ||
GStorage.localCache.get(LocalCacheKey.historyPause) == true) {
if (!Accounts.get(AccountType.heartbeat).isLogin || Pref.historyPause) {
enableHeart = false;
}