audioplayer: add url to metadata

Origin commit data
------------------
Branch: ni/coolstream
Commit: eaabd0ca48
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-18 (Sun, 18 Jun 2017)

Origin message was:
------------------
- audioplayer: add url to metadata

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-06-18 23:00:12 +02:00
parent 7e214a917c
commit a37ea12a57
3 changed files with 6 additions and 2 deletions

View File

@@ -96,6 +96,7 @@ public:
std::string genre;
std::string track;
std::string cover;
std::string url;
bool cover_temporary;
bool changed;
};