This commit is contained in:
My-Responsitories
2025-03-23 23:17:18 +08:00
parent 2341027972
commit d2c34d64c3

View File

@@ -215,7 +215,7 @@ class VideoHttp {
};
// 免登录查看1080p
if ((Accounts.get(AccountType.video).isLogin) &&
if (!Accounts.get(AccountType.video).isLogin &&
GStorage.setting.get(SettingBoxKey.p1080, defaultValue: true)) {
data['try_look'] = 1;
}