If MangaSee is slowing it down right now, do we want to add a way to enable/disable connectors from the front-end? Like I know one of the connectors is for french, and I personally would never use that connector since I don't speak french.
When returning the response for GET /v2/Connectors the response could include the
{
name: connector_name,
url: generic_connector_url,
enabled: 0/1,
icon (optional): url to icon for front-end,
}
When returning the response for GET /v2/Connectors the response could include the
Originally posted by @db-2001 in https://github.com/C9Glax/tranga/issues/167#issuecomment-2079354330