Explorar el Código

Do not refresh on mediainfo

master
Arun Prakash Jana hace 5 años
padre
commit
39f84efa55
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: A75979F35C080412
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. +5
    -5
      src/nnn.c

+ 5
- 5
src/nnn.c Ver fichero

@@ -3315,12 +3315,12 @@ nochange:
r = TRUE;

switch (sel) {
case SEL_MEDIA:
r = show_mediainfo(newpath, NULL);
break;
case SEL_MEDIA: // fallthrough
case SEL_FMEDIA:
r = show_mediainfo(newpath, "-f");
break;
tmp = (sel == SEL_FMEDIA) ? "-f" : NULL;
show_mediainfo(newpath, tmp);
setdirwatch();
goto nochange;
case SEL_ARCHIVELS:
r = handle_archive(newpath, "-l", path);
break;


Cargando…
Cancelar
Guardar