fix(home): show custom title of newest torrents in home

This commit is contained in:
OldHawk
2018-06-07 14:36:38 +08:00
parent 70f373f3ce
commit 3752a1ce07

View File

@@ -226,7 +226,7 @@
<p class="text-long" ng-repeat="t in vm.homeNewestTorrents">
<span class="item-date">{{t.createdat | date: 'MM-dd HH:mm'}} - </span>
<a ui-sref="torrents.view({ torrentId: t._id })"
title="{{vm.TGI.getTorrentTitle(t)}}">{{t.torrent_filename}}</a>
title="{{vm.TGI.getTorrentCustomTitle(t)}}">{{vm.TGI.getTorrentCustomTitle(t)}}</a>
</p>
</div>
</div>