restore local downloading ability

This commit is contained in:
eevee
2025-04-24 19:56:26 +03:00
parent fedcacba6e
commit 44fa96d59a
@@ -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 // allow downloading
}
attributes["nft-disabled"] = AccountAttribute.with {
$0.stringValue = "1"
}