mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
never used value
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6ec13051a1
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-05-06 (Sun, 06 May 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -502,9 +502,6 @@ void CUpnpBrowserGui::playnext(void)
|
||||
std::list<UPnPAttribute>::iterator i;
|
||||
std::stringstream sindex;
|
||||
std::vector<UPnPEntry> *entries = NULL;
|
||||
bool rfound = false;
|
||||
bool nfound = false;
|
||||
bool tfound = false;
|
||||
|
||||
sindex << m_playid;
|
||||
attribs.push_back(UPnPAttribute("ObjectID", m_playfolder));
|
||||
@@ -536,16 +533,13 @@ void CUpnpBrowserGui::playnext(void)
|
||||
m_folderplay = false;
|
||||
return;
|
||||
}
|
||||
nfound=true;
|
||||
}
|
||||
if (i->first=="TotalMatches")
|
||||
{
|
||||
tfound=true;
|
||||
}
|
||||
if (i->first=="Result")
|
||||
{
|
||||
entries=decodeResult(i->second);
|
||||
rfound=true;
|
||||
}
|
||||
}
|
||||
m_playid++;
|
||||
|
Reference in New Issue
Block a user