mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
feat(indexers): update PTP announce to new format (#1738)
* feat(indexers): update PTP to new format * fix: update expect line * feat: use unique key for dl link * feat: update pattern * fix: definition tests * feat: rename var * feat: add custom vars map * feat: start mapCustomVars * Update internal/indexer/definitions/ptp.yaml Co-authored-by: nuxen <felix.schubert1998@gmail.com> * feat(indexers): map custom indexer vars * feat: support upload unix epoch time * feat(releases): update mapvars * feat(indexers): remove ptp api init * feat(indexers): update ptp category mapping * feat(releases): show announce type in details * feat(releases): mapvars announcetype --------- Co-authored-by: nuxen <felix.schubert1998@gmail.com>
This commit is contained in:
parent
f644b3a4d6
commit
24f31574e5
6 changed files with 342 additions and 108 deletions
|
@ -63,6 +63,7 @@ export const LinksCell = (props: CellContext<Release, unknown>) => {
|
|||
<CellLine title="Indexer">{props.row.original.indexer.identifier}</CellLine>
|
||||
<CellLine title="Protocol">{props.row.original.protocol}</CellLine>
|
||||
<CellLine title="Implementation">{props.row.original.implementation}</CellLine>
|
||||
<CellLine title="Announce Type">{props.row.original.announce_type}</CellLine>
|
||||
<CellLine title="Category">{props.row.original.category}</CellLine>
|
||||
<CellLine title="Uploader">{props.row.original.uploader}</CellLine>
|
||||
<CellLine title="Size">{humanFileSize(props.row.original.size)}</CellLine>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue