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}}