mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
Feature: Support multi user per irc network (#78)
* feat: delete irc network in transaction * feat: use compound key for irc handlers * chore: update deps * refactor: start network * refactor: init irc handler * indexers: update network name
This commit is contained in:
parent
f466657ed4
commit
2daeedbdc7
14 changed files with 491 additions and 428 deletions
|
@ -68,7 +68,7 @@ export function IndexerAddForm({ isOpen, toggle }: AddProps) {
|
|||
}
|
||||
|
||||
const network: Network = {
|
||||
name: ind.name,
|
||||
name: ind.irc.network,
|
||||
enabled: false,
|
||||
server: ind.irc.server,
|
||||
port: ind.irc.port,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue