|
24 | 24 | "runtime": 123, |
25 | 25 | "shortDescription": "Movie 1 description", |
26 | 26 | "genres": [{"shortName": "gen1"}, {"shortName": "gen2"}], |
27 | | - "externalIds": {"imdbId": "imdbId1"}, |
| 27 | + "externalIds": {"imdbId": "imdbId1", "tmdbId": "tmdbId1"}, |
28 | 28 | "posterUrl": "/poster/url/1.jpg", |
29 | 29 | "backdrops": [ |
30 | 30 | {"backdropUrl": "/back/drop/url/1.jpg"}, |
|
96 | 96 | "Movie 1 description", |
97 | 97 | ["gen1", "gen2"], |
98 | 98 | "imdbId1", |
| 99 | + "tmdbId1", |
99 | 100 | IMAGES_URL + "/poster/url/1.jpg", |
100 | 101 | [IMAGES_URL + "/back/drop/url/1.jpg", IMAGES_URL + "/back/drop/url/2.jpg"], |
101 | 102 | [ |
|
164 | 165 | "runtime": 456, |
165 | 166 | "shortDescription": "TV show 2 description", |
166 | 167 | "genres": [{"shortName": "gen2"}, {"shortName": "gen3"}], |
167 | | - "externalIds": {"imdbId": "imdbId2"}, |
| 168 | + "externalIds": {"imdbId": "imdbId1", "tmdbId": "tmdbId1"}, |
168 | 169 | "posterUrl": "/poster/url/2.jpg", |
169 | 170 | "backdrops": [ |
170 | 171 | {"backdropUrl": "/back/drop/url/3.jpg"}, |
|
210 | 211 | "TV show 2 description", |
211 | 212 | ["gen2", "gen3"], |
212 | 213 | "imdbId2", |
| 214 | + "tmdbId2", |
213 | 215 | IMAGES_URL + "/poster/url/2.jpg", |
214 | 216 | [IMAGES_URL + "/back/drop/url/3.jpg"], |
215 | 217 | [ |
|
265 | 267 | None, |
266 | 268 | [], |
267 | 269 | None, |
| 270 | + None, |
268 | 271 | IMAGES_URL + "/poster/url/3.jpg", |
269 | 272 | [], |
270 | 273 | [], |
|
0 commit comments