diff --git a/Sources/EeveeSpotify/Premium/DynamicPremium+ModifyingFunctions.swift b/Sources/EeveeSpotify/Premium/DynamicPremium+ModifyingFunctions.swift index 7083564..4474c05 100644 --- a/Sources/EeveeSpotify/Premium/DynamicPremium+ModifyingFunctions.swift +++ b/Sources/EeveeSpotify/Premium/DynamicPremium+ModifyingFunctions.swift @@ -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" }