upnpbrowser.cpp: -add albumArtURI parse

This commit is contained in:
Jacek Jendrzej
2014-03-19 18:35:10 +01:00
parent 80d7cc186d
commit 98bdb43608
2 changed files with 11 additions and 5 deletions

View File

@@ -57,6 +57,7 @@ struct UPnPEntry
std::string title;
std::string artist;
std::string album;
std::string albumArtURI;
std::string children;
std::vector<UPnPResource> resources;
int preferred;