[grilo-plugins] raitv: Fix browsing for most popular videos



commit 930eeb162010c01e8368823952356123e76c756d
Author: Marco Piazza <mpiazza gmail com>
Date:   Sat Dec 15 23:49:06 2012 +0100

    raitv: Fix browsing for most popular videos
    
    Signed-off-by: Marco Piazza <mpiazza gmail com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=609333

 src/raitv/grl-raitv.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/raitv/grl-raitv.c b/src/raitv/grl-raitv.c
index 0050f20..1776d54 100644
--- a/src/raitv/grl-raitv.c
+++ b/src/raitv/grl-raitv.c
@@ -71,8 +71,8 @@ GRL_LOG_DOMAIN_STATIC(raitv_log_domain);
   "&state=1"                                       \
   "&records=%s"                                    \
   "&type=Video"                                    \
-  "&excludeTags=%s"                                \
-  "&tags=%s"
+  "&tags=%s"                                       \
+  "&excludeTags=%s"
 
 #define RAITV_VIDEO_RECENT                            \
   "http://www.rai.it/StatisticheProxy/proxyPost.jsp?"; \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]