From 1d95afa7770f36b1332e6a8448b68d3fc9960d65 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Wed, 27 Jun 2018 18:14:19 +0800 Subject: [PATCH] fix(torrents): edit title and subtitle with not movie or tvserial torrents --- .../views/view-torrent.client.view.html | 30 ++++++++++++------- 1 file changed, 19 insertions(+), 11 deletions(-) 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}}
+