From 63753c411e7bcfb34a883bf54c1fc2d1973ba530 Mon Sep 17 00:00:00 2001 From: eevee <94960726+whoeevee@users.noreply.github.com> Date: Sun, 5 Oct 2025 13:18:58 +0300 Subject: [PATCH] maybe --- .../EeveeSpotify/Premium/DynamicPremium+ModifyingFunctions.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/EeveeSpotify/Premium/DynamicPremium+ModifyingFunctions.swift b/Sources/EeveeSpotify/Premium/DynamicPremium+ModifyingFunctions.swift index d464aaa..520266e 100644 --- a/Sources/EeveeSpotify/Premium/DynamicPremium+ModifyingFunctions.swift +++ b/Sources/EeveeSpotify/Premium/DynamicPremium+ModifyingFunctions.swift @@ -23,6 +23,7 @@ func modifyAssignedValues(_ values: inout [AssignedValue]) { } } + values.removeAll(where: { $0.propertyID.name == "pick_and_shuffle_timecap" }) values.removeAll(where: { $0.propertyID.scope == "ios-feature-queue" }) }