mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
moviebrowser: load movies and refresh gui after menu only if needed
Origin commit data
------------------
Branch: ni/coolstream
Commit: a91a2460c7
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-01-12 (Sat, 12 Jan 2019)
Origin message was:
------------------
- moviebrowser: load movies and refresh gui after menu only if needed
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -2226,9 +2226,9 @@ bool CMovieBrowser::onButtonPressMainFrame(neutrino_msg_t msg)
|
||||
else
|
||||
{
|
||||
showMenu();
|
||||
//if (m_doLoadMovies)
|
||||
if (m_doLoadMovies)
|
||||
loadMovies();
|
||||
//if (m_doRefresh)
|
||||
if (m_doRefresh)
|
||||
refresh();
|
||||
}
|
||||
saveSettings(&m_settings);
|
||||
|
Reference in New Issue
Block a user