Skip to content

Commit

Permalink
Fix displaying entry after renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
viachaslavic committed Oct 3, 2024
1 parent 48b71d5 commit ff7e4ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions menu/cbs/menu_cbs_ok.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit ff7e4ee

Please sign in to comment.