Authored by: bashonly
This commit is contained in:
bashonly 2024-05-15 13:36:47 -05:00
parent 6eb1e3d42e
commit a6a2eba51d
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -3646,7 +3646,7 @@ def _get_requested_clients(self, url, smuggled_data):
android_clients.append(client)
else:
requested_clients.append(client)
# Force deprioritization of broken Android client for format de-duplication
# Force deprioritization of broken Android clients for format de-duplication
requested_clients.extend(android_clients)
if not requested_clients:
requested_clients = default