diff options
Diffstat (limited to 'src/LightSong.hxx')
-rw-r--r-- | src/LightSong.hxx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/LightSong.hxx b/src/LightSong.hxx index b93d5876c..c0cd47749 100644 --- a/src/LightSong.hxx +++ b/src/LightSong.hxx @@ -47,6 +47,16 @@ struct LightSong { const char *uri; /** + * The "real" URI, the one to be used for opening the + * resource. If this attribute is empty, then #uri (and + * #directory) shall be used. + * + * This attribute is used for songs from the database which + * have a relative URI. + */ + std::string real_uri; + + /** * Must not be nullptr. */ const Tag *tag; |