LightSong: add attribute "real_uri"

The UPnP database plugin can now show relative song URIs for remote
songs.
This commit is contained in:
Max Kellermann
2014-01-20 09:18:33 +01:00
parent 5d4b450c52
commit 7471f65d95
4 changed files with 30 additions and 25 deletions

View File

@@ -25,6 +25,7 @@
DetachedSong::DetachedSong(const LightSong &other)
:uri(other.GetURI().c_str()),
real_uri(other.real_uri),
tag(*other.tag),
mtime(other.mtime),
start_ms(other.start_ms), end_ms(other.end_ms) {}