Skip to content

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

Open
@Albirew

Description

@Albirew

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>",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions