From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> --- profiles/audio/media.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/audio/media.c b/profiles/audio/media.c index 972af50..4295180 100644 --- a/profiles/audio/media.c +++ b/profiles/audio/media.c @@ -1479,7 +1479,7 @@ static const char *loop_status_to_repeat(const char *value) return "off"; else if (strcasecmp(value, "Track") == 0) return "singletrack"; - else if (strcasecmp(value, "Track") == 0) + else if (strcasecmp(value, "Playlist") == 0) return "alltracks"; return NULL; -- 1.8.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html