We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9a1f4 commit 8d3bf1dCopy full SHA for 8d3bf1d
filebrowser.c
@@ -296,6 +296,7 @@ eOSState cMpvFilebrowser::ProcessKey(eKeys Key)
296
{
297
Skins.Message(mtError, tr("Unable to remove file!"));
298
}
299
+ ShowDirectory(currentDir);
300
301
302
return osContinue;
mpv.c
@@ -19,7 +19,7 @@
19
#include "menu_options.h"
20
#include "mpv_service.h"
21
22
-static const char *VERSION = "1.5.0"
+static const char *VERSION = "1.5.1"
23
#ifdef GIT_REV
24
"-GIT" GIT_REV
25
#endif
0 commit comments