mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-21 08:38:37 +00:00
fix #510
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user