New: Trakt links on series details

This commit is contained in:
Mark McDowall
2016-03-10 20:48:24 -08:00
parent ef3d508b31
commit f2784d3ec2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ Handlebars.registerHelper('poster', function() {
});
Handlebars.registerHelper('traktUrl', function() {
return 'http://trakt.tv/show/' + this.titleSlug;
return 'http://trakt.tv/search/tvdb/' + this.tvdbId + '?id_type=show';
});
Handlebars.registerHelper('imdbUrl', function() {