diff --git a/modules/torrents/client/views/view-torrent.client.view.html b/modules/torrents/client/views/view-torrent.client.view.html
index 86a791cb..54b07e8a 100644
--- a/modules/torrents/client/views/view-torrent.client.view.html
+++ b/modules/torrents/client/views/view-torrent.client.view.html
@@ -35,19 +35,27 @@
-
-
- {{ 'TMDB_FIELDS.TITLE' | translate}}:
-
- {{vm.TGI.getTorrentTitle(vm.torrentLocalInfo)}}
+
+
+
- {{ 'TMDB_FIELDS.TITLE' | translate}}:
+ - {{vm.TGI.getTorrentTitle(vm.torrentLocalInfo)}}
+
+
+
+
- {{ 'TMDB_FIELDS.ORIGINAL_TITLE' | translate}}:
+ - {{vm.TGI.getTorrentOriginalTitle(vm.torrentLocalInfo)}}
+
-
-
- {{ 'TMDB_FIELDS.ORIGINAL_TITLE' | translate}}:
- - {{vm.TGI.getTorrentOriginalTitle(vm.torrentLocalInfo)}}
-
-
-
-
- {{ 'TMDB_FIELDS.SUB_TITLE' | translate}}:
-
- {{vm.torrentLocalInfo.resource_detail_info.subtitle}}
+
+
+
- {{ 'TMDB_FIELDS.TITLE' | translate}}:
+ - {{vm.torrentLocalInfo.resource_detail_info.custom_title}}
+
+
+
- {{ 'TMDB_FIELDS.SUB_TITLE' | translate}}:
+ - {{vm.torrentLocalInfo.resource_detail_info.custom_subtitle}}
+