mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
Merge remote-tracking branch 'check/next-cc'
broken, needs buildfixing
Origin commit data
------------------
Branch: ni/coolstream
Commit: add688bbb8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-02-23 (Sun, 23 Feb 2014)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -981,7 +981,13 @@ bool CFileBrowser::exec(const char * const dirname)
|
||||
std::string filename = filelist[selected].Name;
|
||||
if ( filename.length() > 1 )
|
||||
{
|
||||
if((!Multi_Select) && S_ISDIR(filelist[selected].Mode) && !Dir_Mode)
|
||||
bool return_dir = false;
|
||||
if (Hide_records && S_ISDIR(filelist[selected].Mode)) {
|
||||
std::string bdmv = filename + "/BDMV/index.bdmv";
|
||||
if (access(bdmv.c_str(), F_OK) == 0)
|
||||
return_dir = true;
|
||||
}
|
||||
if(!return_dir && (!Multi_Select) && S_ISDIR(filelist[selected].Mode) && !Dir_Mode)
|
||||
{
|
||||
#ifdef ENABLE_INTERNETRADIO
|
||||
if (m_Mode == ModeSC)
|
||||
|
Reference in New Issue
Block a user