mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-09 00:23:20 +01:00
potential offline fix
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user