Fix displaying entry after renaming (#17072)

This commit is contained in:
Viačasłaŭ 2024-10-04 22:47:12 +03:00 committed by GitHub
parent 4d999c24a8
commit c84962a5e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3241,6 +3241,9 @@ static void menu_input_st_string_cb_rename_entry(void *userdata,
* so these casts are safe */
entry.label = (char*)label;
command_playlist_update_write(NULL, idx, &entry);
menu_st->flags |= MENU_ST_FLAG_ENTRIES_NEED_REFRESH
| MENU_ST_FLAG_PREVENT_POPULATE;
}
}