fix(indexers): DigitalCore InfoURL (#1395)

fix(indexers): digitalcore

Append a trailing slash to infourl to avoid site redirecting to home page.
This commit is contained in:
broken-stones 2024-02-11 02:25:50 -07:00 committed by GitHub
parent ef7b5abe1a
commit 0c65231626
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,5 +81,5 @@ irc:
- tags
match:
infourl: "/torrent/{{ .torrentId }}"
infourl: "/torrent/{{ .torrentId }}/"
torrenturl: "/api/v1/torrents/download/{{ .torrentId }}/{{ .passkey }}"