split majority of helpers and rewrite a few heinous functions
This commit is contained in:
@@ -200,7 +200,7 @@ void NcmpcppErrorCallback(MPD::Connection *, int errorid, const char *msg, void
|
||||
}
|
||||
else if ((errorid >> 8) == MPD_SERVER_ERROR_NO_EXIST && myScreen == myBrowser)
|
||||
{
|
||||
myBrowser->GetDirectory(PathGoDownOneLevel(myBrowser->CurrentDir()));
|
||||
myBrowser->GetDirectory(getParentDirectory(myBrowser->CurrentDir()));
|
||||
myBrowser->Refresh();
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user