Diff between 32f40223cd3b1b22ca79c7323fde2ec915a5cb2d and e7d82756766da085990c39de3fd3330075554df0
Changed Files
| File | Additions | Deletions | Status |
| profiles/audio/player.c | +2 | -0 | modified |
Full Patch
diff --git a/profiles/audio/player.c b/profiles/audio/player.c
index a817b54..ce5e75b 100644
--- a/profiles/audio/player.c
+++ b/profiles/audio/player.c
@@ -1874,6 +1874,8 @@ struct media_item *media_player_set_playlist_item(struct media_player *mp,
if (item == NULL)
return NULL;
+ media_item_set_playable(item, true);
+
if (mp->track != item->metadata) {
g_hash_table_unref(mp->track);
mp->track = g_hash_table_ref(item->metadata);