upnpbrowser.cpp: -add albumArtURI parse

Origin commit data
------------------
Commit: 98bdb43608
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-03-19 (Wed, 19 Mar 2014)
This commit is contained in:
Jacek Jendrzej
2014-03-19 18:35:10 +01:00
parent e88412e904
commit 19e3d4a5f4
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;