Do not refresh on mediainfo

This commit is contained in:
Arun Prakash Jana 2019-03-18 06:14:48 +05:30
parent eb7e14a964
commit 39f84efa55
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 5 additions and 5 deletions

View File

@ -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;