From 72ce0ee393fe29d1aa7c26a5ac7090cc2cfa444d Mon Sep 17 00:00:00 2001 From: OldHawk Date: Wed, 24 May 2017 13:23:44 +0800 Subject: [PATCH] feat(TVseries): add seasons and episodes info of TVseries --- .../torrents/client/views/uploads-torrents.client.view.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/torrents/client/views/uploads-torrents.client.view.html b/modules/torrents/client/views/uploads-torrents.client.view.html index 78e2a397..b45d8dc0 100644 --- a/modules/torrents/client/views/uploads-torrents.client.view.html +++ b/modules/torrents/client/views/uploads-torrents.client.view.html @@ -289,6 +289,12 @@
{{ 'TMDB_FIELDS.LAST_AIR_DATE' | translate}}:
{{vm.tvinfo.last_air_date}}
+
{{ 'TMDB_FIELDS.NUMBER_OF_SEASONS' | translate}}:
+
{{vm.torrentLocalInfo.resource_detail_info.number_of_seasons}} {{ 'TMDB_FIELDS.UNIT_SEASONS' | translate}}
+ +
{{ 'TMDB_FIELDS.NUMBER_OF_EPISODES' | translate}}:
+
{{vm.torrentLocalInfo.resource_detail_info.number_of_episodes}} {{ 'TMDB_FIELDS.UNIT_EPISODES' | translate}}
+
{{ 'TMDB_FIELDS.VOTE_AVERAGE' | translate}}:
{{vm.tvinfo.vote_average}} / {{vm.tvinfo.vote_count}} {{ 'TMDB_FIELDS.VOTE_UNIT' | translate}}