mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
fix(feeds): torznab use link to download (#363)
This commit is contained in:
parent
1fb5a68b7d
commit
7af6f438b3
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ func (j *TorznabJob) process() error {
|
||||||
rls := domain.NewRelease(j.IndexerIdentifier)
|
rls := domain.NewRelease(j.IndexerIdentifier)
|
||||||
|
|
||||||
rls.TorrentName = item.Title
|
rls.TorrentName = item.Title
|
||||||
rls.TorrentURL = item.GUID
|
rls.TorrentURL = item.Link
|
||||||
rls.Implementation = domain.ReleaseImplementationTorznab
|
rls.Implementation = domain.ReleaseImplementationTorznab
|
||||||
rls.Indexer = j.IndexerIdentifier
|
rls.Indexer = j.IndexerIdentifier
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue