Diff between 48519c78b63a762cc53e20ffd591ec0f30b5fa1c and 86a6ea1f834779ff2a9afed4ffbf9990249d9b09
Changed Files
| File | Additions | Deletions | Status |
| profiles/audio/media.c | +2 | -0 | modified |
Full Patch
diff --git a/profiles/audio/media.c b/profiles/audio/media.c
index b71196a..2c7d0cb 100644
--- a/profiles/audio/media.c
+++ b/profiles/audio/media.c
@@ -1032,6 +1032,8 @@ static const char *repeat_to_loop_status(const char *value)
return "Track";
else if (strcasecmp(value, "alltracks") == 0)
return "Playlist";
+ else if (strcasecmp(value, "group") == 0)
+ return "Playlist";
return NULL;
}