src/gui/moviebrowser.cpp refreshMovieInfo after sort

Origin commit data
------------------
Branch: ni/coolstream
Commit: 485cc671bc
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-08-13 (Sat, 13 Aug 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2016-08-13 14:13:52 +02:00
parent c7be05d5db
commit 6e4d4c45fc

View File

@@ -1937,6 +1937,7 @@ bool CMovieBrowser::onButtonPressMainFrame(neutrino_msg_t msg)
TRACE("[mb]->new sorting %d,%s\n",m_settings.sorting.item,g_Locale->getText(m_localizedItemName[m_settings.sorting.item]));
refreshBrowserList();
refreshMovieInfo();
refreshFoot();
}
}