GNOME Bugzilla – Bug 691339
tmdb: Handle thumbnail independently of poster/backdrop
Last modified: 2013-01-23 16:10:57 UTC
In current code, when developer asks for poster or backdrop, thumbnail is also set automatically. But could be that developer asks for thumbnail, but not for poster or backdrop. In this case the thumbnail is not added. Following patch fixes the problem. a66c2c7 tmdb: Handle thumbnail independently of poster/backdrop
Created attachment 232963 [details] [review] tmdb: Handle thumbnail independently of poster/backdrop Add thumbnails when it is requested, even in the case of poster and backdrop not being requested.
commit 46cacb084b97de312a385cce6f569db0809bdfec Author: Juan A. Suarez Romero <jasuarez@igalia.com> Date: Tue Jan 8 11:47:53 2013 +0000 tmdb: Handle thumbnail independently of poster/backdrop Add thumbnails when it is requested, even in the case of poster and backdrop not being requested. https://bugzilla.gnome.org/show_bug.cgi?id=691339 src/tmdb/grl-tmdb.c | 49 +++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 43 insertions(+), 6 deletions(-)