Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSS feed description tag should include link to torrent page #1766

Open
Albirew opened this issue Oct 8, 2018 · 0 comments
Open

RSS feed description tag should include link to torrent page #1766

Albirew opened this issue Oct 8, 2018 · 0 comments

Comments

@Albirew
Copy link

Albirew commented Oct 8, 2018

User should be able to simply get to torrent page from it's RSS feed.

I don't know much about go but it should looks like something like this:
controllers/feed/rss.go line 39

	Description: string(torrentJSON.Description) + "<br><br>---<br><a href=\"" + config.WebAddress() + "/view/" + strconv.FormatUint(uint64(torrentJSON.ID), 10) + "\">" + torrentJSON.Name + "</a>",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant