Skip to content

Commit

Permalink
update(v6-migration): autobrr json update (#60)
Browse files Browse the repository at this point in the history
autobrr json update
  • Loading branch information
ShanaryS authored Nov 2, 2024
1 parent 08d75eb commit 1c7d61a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/v6-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ To address this, [autobrr's macros and documentation have been updated](https://

```json
{
"name": "{{ .TorrentName }}",
"guid": "{{ .TorrentUrl }}",
"link": "{{ .TorrentUrl }}",
"tracker": "{{ .IndexerName | js}}"
"name": {{ toRawJson .TorrentName }},
"guid": "{{ .TorrentUrl }}",
"link": "{{ .TorrentUrl }}",
"tracker": {{ toRawJson .IndexerName }}
}
```

Expand Down

0 comments on commit 1c7d61a

Please sign in to comment.