-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Currently, the account load balancer only checks the maximum number of connections but not whether an account has been banned, which can cause problems when m3u-filter tries to use the account.
Describe the solution you'd like
You should check if the account is banned before doing anything else. We can check whether a GET to the player_api.php endpoint without action returns a status 404 or whether the status is Banned.
Describe alternatives you've considered
X
Additional context
X
aniel300
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request