mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
gui/moviebrowser.cpp: fix bug with always re-loaded ts/xml files
Origin commit data
------------------
Branch: ni/coolstream
Commit: c7e5bc6e20
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-07-26 (Fri, 26 Jul 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -2868,7 +2868,6 @@ void CMovieBrowser::loadMovies(bool doRefresh)
|
||||
loadBox.paint();
|
||||
|
||||
//clock_act = clock()/10000;TRACE("[mb] *1: time %9ld clock %6ld dclock %6ld*\n",(long)time(NULL),clock_act,clock_act - clock_prev);clock_prev = clock_act;
|
||||
m_file_info_stale = false;
|
||||
if (show_mode == MB_SHOW_YT) {
|
||||
loadYTitles(m_settings.ytmode, m_settings.ytsearch, m_settings.ytvid);
|
||||
} else {
|
||||
@@ -2884,6 +2883,7 @@ void CMovieBrowser::loadMovies(bool doRefresh)
|
||||
autoFindSerie();
|
||||
}
|
||||
}
|
||||
m_file_info_stale = false;
|
||||
|
||||
loadBox.hide();
|
||||
|
||||
|
Reference in New Issue
Block a user