diff options
Diffstat (limited to 'src/DetachedSong.cxx')
-rw-r--r-- | src/DetachedSong.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DetachedSong.cxx b/src/DetachedSong.cxx index 83106edee..6a54bc8ad 100644 --- a/src/DetachedSong.cxx +++ b/src/DetachedSong.cxx @@ -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) {} |