mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
feat(indexers): add External Identifier to map with ARR indexers (#1534)
* feat(indexers): add External Identifier to map with ARR indexers * fix: web build * fix: tests * feat: set identifier for manual processing
This commit is contained in:
parent
ad6ef228ec
commit
0016228d89
26 changed files with 254 additions and 197 deletions
|
@ -82,9 +82,10 @@ func Test_service_execCmd(t *testing.T) {
|
|||
TorrentName: "This is a test",
|
||||
TorrentTmpFile: "tmp-10000",
|
||||
Indexer: domain.IndexerMinimal{
|
||||
ID: 0,
|
||||
Name: "Mock Indexer",
|
||||
Identifier: "mock",
|
||||
ID: 0,
|
||||
Name: "Mock Indexer",
|
||||
Identifier: "mock",
|
||||
IdentifierExternal: "Mock Indexer",
|
||||
},
|
||||
},
|
||||
action: &domain.Action{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue