fixed some db issues and added a preview

This commit is contained in:
Jamie Rees 2016-03-01 23:21:38 +00:00
commit 7404fd449a
6 changed files with 14 additions and 12 deletions

View file

@ -61,7 +61,7 @@ function buildTvShowRequestContext(result) {
var context = {
posterPath: result.posterPath,
id: result.tmdbid,
title: result.name,
title: result.title,
overview: result.overview,
year: year,
type: "tv",