mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix #510
This commit is contained in:
@@ -215,7 +215,7 @@ class VideoHttp {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// 免登录查看1080p
|
// 免登录查看1080p
|
||||||
if ((Accounts.get(AccountType.video).isLogin) &&
|
if (!Accounts.get(AccountType.video).isLogin &&
|
||||||
GStorage.setting.get(SettingBoxKey.p1080, defaultValue: true)) {
|
GStorage.setting.get(SettingBoxKey.p1080, defaultValue: true)) {
|
||||||
data['try_look'] = 1;
|
data['try_look'] = 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user