After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 691339 - tmdb: Handle thumbnail independently of poster/backdrop
tmdb: Handle thumbnail independently of poster/backdrop
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: plugins
unspecified
Other All
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2013-01-08 11:51 UTC by Juan A. Suarez Romero
Modified: 2013-01-23 16:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tmdb: Handle thumbnail independently of poster/backdrop (4.20 KB, patch)
2013-01-08 11:51 UTC, Juan A. Suarez Romero
committed Details | Review

Description Juan A. Suarez Romero 2013-01-08 11:51:06 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
Comment 1 Juan A. Suarez Romero 2013-01-08 11:51:08 UTC
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.
Comment 2 Juan A. Suarez Romero 2013-01-23 16:10:54 UTC
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(-)