[Xfce4-commits] <parole:master> Fix genre for real

Sean Davis noreply at xfce.org
Thu Dec 12 00:18:22 CET 2013


Updating branch refs/heads/master
         to 01c98b546a494d63225b8101ff17b3f01df62277 (commit)
       from 026ed6b8ad4fd15293b00c2c47e83bfe4165b5e2 (commit)

commit 01c98b546a494d63225b8101ff17b3f01df62277
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sun Nov 17 14:52:24 2013 -0500

    Fix genre for real

 src/plugins/mpris2/mpris2-provider.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/plugins/mpris2/mpris2-provider.c b/src/plugins/mpris2/mpris2-provider.c
index 58dbee4..2d6709e 100644
--- a/src/plugins/mpris2/mpris2-provider.c
+++ b/src/plugins/mpris2/mpris2-provider.c
@@ -469,8 +469,7 @@ static void handle_get_metadata (const ParoleStream *stream, GVariantBuilder *b)
     handle_strings_request(b, "xesam:artist", artist);
     g_variant_builder_add (b, "{sv}", "xesam:album",
         g_variant_new_string(album));
-    g_variant_builder_add (b, "xesam:genre", 
-        g_variant_new_string(genre));
+    handle_strings_request(b, "xesam:genre", genre);
     g_variant_builder_add (b, "{sv}", "xesam:contentCreated",
         g_variant_new_string(year));
     g_variant_builder_add (b, "{sv}", "xesam:trackNumber",


More information about the Xfce4-commits mailing list