mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-09-01 02:58:00 +02:00
feat(core): list music top list and newest in home page
This commit is contained in:
@@ -130,7 +130,7 @@
|
||||
<dd class="h-line">{{vm.torrentLocalInfo.resource_detail_info.revenue | dollar:2}}</dd>
|
||||
</div>
|
||||
|
||||
<div ng-if="vm.torrentLocalInfo.resource_detail_info.vote_average && vm.torrentLocalInfo.resource_detail_info.vote_average>0">
|
||||
<div>
|
||||
<dt class="h-line">{{ 'TMDB_FIELDS.VOTE_AVERAGE' | translate}}:</dt>
|
||||
<dd class="h-line">
|
||||
<span ng-if="vm.torrentLocalInfo">
|
||||
|
||||
Reference in New Issue
Block a user