You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 #167 (comment)
The text was updated successfully, but these errors were encountered: