From d2c34d64c3deac15396593b30fed2f7087a4c73c Mon Sep 17 00:00:00 2001 From: My-Responsitories <107370289+My-Responsitories@users.noreply.github.com> Date: Sun, 23 Mar 2025 23:17:18 +0800 Subject: [PATCH] fix #510 --- lib/http/video.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/http/video.dart b/lib/http/video.dart index 38a16211..9c9b8139 100644 --- a/lib/http/video.dart +++ b/lib/http/video.dart @@ -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; }