From 513a59852bb035f1797144d1e757c490efd83ae8 Mon Sep 17 00:00:00 2001 From: Luminarys Date: Tue, 13 Mar 2018 17:00:33 -0700 Subject: [PATCH] Add additional details to torrent info Closes #29 --- src/ui/torrent_details.js | 6 ++++++ 1 file changed, 6 insertions(+) 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"}