Diff between eef031211cce27690dca12b4e87172962ab3f299 and d0e598a5770a23e14727bab19db39ac4d6ad3dbd
Changed Files
| File | Additions | Deletions | Status |
| profiles/audio/player.c | +1 | -1 | modified |
Full Patch
diff --git a/profiles/audio/player.c b/profiles/audio/player.c
index 465bff5..9d638fc 100644
--- a/profiles/audio/player.c
+++ b/profiles/audio/player.c
@@ -1406,7 +1406,7 @@ void media_player_set_browsable(struct media_player *mp, bool enabled)
void media_player_set_searchable(struct media_player *mp, bool enabled)
{
- if (mp->browsable == enabled)
+ if (mp->searchable == enabled)
return;
DBG("%s", enabled ? "true" : "false");