Diff between caab74c97542a56b591f0b16b44ab6ba4b40f0f5 and 85cf65eeee0ea498f4b631dc9d77d102ae46fcb0
Changed Files
| File | Additions | Deletions | Status |
| profiles/audio/media.c | +1 | -1 | modified |
Full Patch
diff --git a/profiles/audio/media.c b/profiles/audio/media.c
index 327b58e..33847e5 100644
--- a/profiles/audio/media.c
+++ b/profiles/audio/media.c
@@ -1482,7 +1482,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;