mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
moviebrowser: fix directory count (thx dbo)
Origin commit data
------------------
Commit: 7b0eb94e76
Author: TangoCash <eric@loxat.de>
Date: 2017-06-19 (Mon, 19 Jun 2017)
Origin message was:
------------------
-moviebrowser: fix directory count (thx dbo)
This commit is contained in:
@@ -2871,7 +2871,7 @@ void CMovieBrowser::loadAllTsFileNamesFromStorage(void)
|
|||||||
for (i=0; i < size;i++)
|
for (i=0; i < size;i++)
|
||||||
{
|
{
|
||||||
if (*m_dir[i].used == true){
|
if (*m_dir[i].used == true){
|
||||||
OnGlobalProgress(i, size, m_dir[i].name);
|
OnGlobalProgress(i + 1, size, m_dir[i].name);
|
||||||
loadTsFileNamesFromDir(m_dir[i].name);
|
loadTsFileNamesFromDir(m_dir[i].name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user