Skip to content

Commit 7e19099

Browse files
committed
queue fix
1 parent 3b7b1c4 commit 7e19099

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Sources/EeveeSpotify/Premium/DynamicPremium+ModifyingFunctions.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ func modifyAssignedValues(_ values: inout [AssignedValue]) {
1616
$0.value = "Disabled"
1717
}
1818
}
19+
20+
values.removeAll(where: { $0.propertyID.scope == "ios-feature-queue" })
1921
}
2022

2123
func modifyAttributes(_ attributes: inout [String: AccountAttribute]) {

0 commit comments

Comments
 (0)