GNOME Bugzilla – Bug 691196
Values in TMDb plugin are returning in reverse order
Last modified: 2013-01-23 15:40:12 UTC
If you check the values returned by TMDb plugin (performers, produces, ....) and compare them with the ones shown in the TMDb webpage, the values are in reverse order. Seems the order in the webpage makes more sense than the one returned by the plugin. So plugin should reverse the order. ad914a8 tmdb: Keep the values in the same order as in the TMDb webpage
Created attachment 232831 [details] [review] tmdb: Keep the values in the same order as in the TMDb webpage Right now the values are shown in reverse order, so let's reverse the list to show them in the same order as it can be seen in the TMDb webpage.
Mathias, can you verify this bug & patch?
ok
commit 424d734ebb0d97b00a80875ad4406dc541e97879 Author: Juan A. Suarez Romero <jasuarez@igalia.com> Date: Sat Jan 5 19:43:17 2013 +0100 tmdb: Keep the values in the same order as in the TMDb webpage Right now the values are shown in reverse order, so let's reverse the list to show them in the same order as it can be seen in the TMDb webpage. https://bugzilla.gnome.org/show_bug.cgi?id=691196 src/tmdb/grl-tmdb-request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Attachment 232831 [details] pushed as 424d734 - tmdb: Keep the values in the same order as in the TMDb webpage