mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
fixed some db issues and added a preview
This commit is contained in:
parent
f1b33cf794
commit
7404fd449a
6 changed files with 14 additions and 12 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue