+
+ {poster ?
: }
-
- hash: {hash}
- title: {title}
- name: {name}
- peers: {getPeerString(torrent)}
- loaded: {getPreload(torrent)}
- download speed: {humanizeSize(downloadSpeed)}
- upload speed: {humanizeSize(uploadSpeed)}
- status: {statString}
- torrent size: {humanizeSize(torrentSize)}
+
+
+ {name && name !== title ? (
+ <>
+ {shortenText(name, 50)}
+ {shortenText(title, 160)}
+ >
+ ) : (
+ {shortenText(title, 50)}
+ )}
+
- Capacity: {humanizeSize(Capacity)}
- PiecesCount: {PiecesCount}
- PiecesLength: {humanizeSize(PiecesLength)}
-
-
+ peers: {getPeerString(torrent)}
+ loaded: {getPreload(torrent)}
+ download speed: {humanizeSize(downloadSpeed)}
+ upload speed: {humanizeSize(uploadSpeed)}
+ status: {statString}
+ torrent size: {humanizeSize(torrentSize)}
-
+ Capacity: {humanizeSize(Capacity)}
+ PiecesCount: {PiecesCount}
+ PiecesLength: {humanizeSize(PiecesLength)}
+
+