Improve phrasing for saved music.

This commit is contained in:
John Preston
2025-08-18 13:43:33 +04:00
parent dbaa7b5e67
commit 4f1c2788b8
15 changed files with 251 additions and 49 deletions
@@ -4391,6 +4391,9 @@ void Session::unregisterPhotoItem(
void Session::registerDocumentItem(
not_null<const DocumentData*> document,
not_null<HistoryItem*> item) {
if (document->isMusicForProfile()) {
document->owner().savedMusic().loadIds();
}
_documentItems[document].insert(item);
}