diff --git a/src/ui/torrent_details.js b/src/ui/torrent_details.js index 0915d3b..940e5d3 100644 --- a/src/ui/torrent_details.js +++ b/src/ui/torrent_details.js @@ -221,10 +221,16 @@ class Torrent extends Component {
+
Type
+
{torrent.private ? "Private" : "Public"}
Downloading to
{torrent.path}
Created
+
Comment
+
{torrent.comment || "None"}
+
Creator
+
{torrent.creator || "None"}