mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-12 07:53:37 +02:00
CMovieBrowser: remove wrong progress value
Origin commit data
------------------
Branch: ni/coolstream
Commit: 26a0f31923
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-03-06 (Mon, 06 Mar 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -2766,7 +2766,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){
|
||||||
OnLoadDir(i+1, size, m_dir[i].name);
|
OnLoadDir(i, size, m_dir[i].name);
|
||||||
loadTsFileNamesFromDir(m_dir[i].name);
|
loadTsFileNamesFromDir(m_dir[i].name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user