mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Fixed the issue when sending movies to CouchPotato.
This commit is contained in:
parent
5f9987b85d
commit
65087642e1
12 changed files with 350 additions and 5 deletions
|
@ -71,7 +71,7 @@ function buildRequestContext(result, type) {
|
|||
|
||||
var context = {
|
||||
posterPath: result.posterPath,
|
||||
id: result.tmdbid,
|
||||
id: result.providerId,
|
||||
title: result.title,
|
||||
overview: result.overview,
|
||||
year: result.releaseYear,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue