Origin commit data
------------------
Commit: 02ff1f1a22
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2017-05-02 (Tue, 02 May 2017)
This commit is contained in:
gixxpunk
2017-05-02 17:33:55 +02:00

View File

@@ -737,7 +737,7 @@ bool CUpnpBrowserGui::selectItem(std::string id)
if (!getItems(id, liststart, entries, total)) if (!getItems(id, liststart, entries, total))
return endall; return endall;
while (loop) { while (loop && entries!=NULL) {
updateTimes(); updateTimes();
updateMode(); updateMode();