Skip to content

Commit 018d8dc

Browse files
committed
unhide tags on RTNL messages
1 parent c28092b commit 018d8dc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/handler.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,14 @@ void setLastRuid(char ruid[17], settings_t *settings)
848848
settings_set_unsigned_id("internal.last_ruid_time", time(NULL), settings->internal.overlayNumber);
849849
}
850850
}
851+
tonie_info_t *tonieInfo = getTonieInfoFromRuid(ruid, true, settings);
852+
if (tonieInfo->json.hide)
853+
{
854+
tonieInfo->json.hide = false;
855+
tonieInfo->json._updated = true;
856+
}
857+
saveTonieInfo(tonieInfo, true);
858+
freeTonieInfo(tonieInfo);
851859
}
852860

853861
char *getLibraryCachePath(settings_t *settings, uint32_t audioId, bool_t shortPath)

0 commit comments

Comments
 (0)