src/gui/upnpbrowser.cpp fix segfault on connect error

Origin commit data
------------------
Branch: ni/coolstream
Commit: cc0f0cd951
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-05-02 (Tue, 02 May 2017)


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

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2017-05-02 13:08:06 +02:00
parent f47e0837c0
commit d5bc25ae23

View File

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