Skip to content

Commit 8d506cb

Browse files
committed
fix for #128
1 parent 3042d7b commit 8d506cb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Sources/EeveeSpotify/Premium/DynamicPremium+ModifyingFunctions.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ func modifyAttributes(_ attributes: inout [String: AccountAttribute]) {
8585
$0.stringValue = formatter.string(from: oneYearFromNow)
8686
}
8787

88-
attributes["public-toplist"] = AccountAttribute.with {
89-
$0.stringValue = "1"
90-
}
91-
9288
attributes["shuffle-eligible"] = AccountAttribute.with {
9389
$0.boolValue = true
9490
}

0 commit comments

Comments
 (0)