chore(files): adjust renaming action comment

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
pull/52359/head
John Molakvoæ 2025-05-14 19:23:27 +07:00 committed by nextcloud-command
parent 006d4ee952
commit 7fc0318475
1 changed files with 2 additions and 0 deletions

@ -88,6 +88,8 @@ export const useRenamingStore = defineStore('renaming', () => {
})
// Update mime type if extension changed
// as other related informations might have changed
// on the backend but it is really hard to know on the front
if (oldExtension !== newExtension) {
node = await fetchNode(node.path)
}