potential offline fix

This commit is contained in:
eevee
2025-04-16 01:17:13 +03:00
parent 052119a1b8
commit 0b1d5a55ac
@@ -60,9 +60,9 @@ func modifyAttributes(_ attributes: inout [String: AccountAttribute]) {
attributes["high-bitrate"] = AccountAttribute.with {
$0.boolValue = true
}
attributes["offline"] = AccountAttribute.with {
$0.boolValue = true
}
// attributes["offline"] = AccountAttribute.with {
// $0.boolValue = true
// }
attributes["nft-disabled"] = AccountAttribute.with {
$0.stringValue = "1"
}