aboutsummaryrefslogtreecommitdiffstats
path: root/src/DetachedSong.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/DetachedSong.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DetachedSong.cxx b/src/DetachedSong.cxx
index 752578430..fd81545c3 100644
--- a/src/DetachedSong.cxx
+++ b/src/DetachedSong.cxx
@@ -28,8 +28,8 @@ DetachedSong::DetachedSong(const LightSong &other)
real_uri(other.real_uri != nullptr ? other.real_uri : ""),
tag(*other.tag),
mtime(other.mtime),
- start_time(SongTime::FromMS(other.start_ms)),
- end_time(SongTime::FromMS(other.end_ms)) {}
+ start_time(other.start_time),
+ end_time(other.end_time) {}
DetachedSong::~DetachedSong()
{