mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-08 23:23:20 +00:00
possible fix for songs play in a random order after some time
This commit is contained in:
@@ -17,6 +17,12 @@ func modifyAssignedValues(_ values: inout [AssignedValue]) {
|
||||
}
|
||||
}
|
||||
|
||||
if let index = values.firstIndex(where: { $0.propertyID.name == "enable_pick_and_shuffle_dynamic_cap" }) {
|
||||
values[index].boolValue = BoolValue.with {
|
||||
$0.value = false
|
||||
}
|
||||
}
|
||||
|
||||
values.removeAll(where: { $0.propertyID.scope == "ios-feature-queue" })
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user