From 3752a1ce0751a55371c5de9afeebf3ba73f5bf5f Mon Sep 17 00:00:00 2001 From: OldHawk Date: Thu, 7 Jun 2018 14:36:38 +0800 Subject: [PATCH] fix(home): show custom title of newest torrents in home --- modules/core/client/views/home.client.view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/client/views/home.client.view.html b/modules/core/client/views/home.client.view.html index a816e9bd..715d1938 100644 --- a/modules/core/client/views/home.client.view.html +++ b/modules/core/client/views/home.client.view.html @@ -226,7 +226,7 @@

{{t.createdat | date: 'MM-dd HH:mm'}} - {{t.torrent_filename}} + title="{{vm.TGI.getTorrentCustomTitle(t)}}">{{vm.TGI.getTorrentCustomTitle(t)}}