summaryrefslogtreecommitdiff
path: root/src/SongUpdate.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-11-04 15:07:46 +0100
committerMax Kellermann <max@musicpd.org>2019-11-04 15:07:46 +0100
commit496f43e25dee3522b6ffafd84418b0a58e98c088 (patch)
tree2c3d0239a8ca82d8bef8e5d8d882e348773d777c /src/SongUpdate.cxx
parent3f4437266bd4dc64a19a59d83cdca9be493b243a (diff)
parentd659c7df19d715413bd518b4e2e2b4f550f0a25e (diff)
Merge branch 'v0.21.x'
Diffstat (limited to 'src/SongUpdate.cxx')
-rw-r--r--src/SongUpdate.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SongUpdate.cxx b/src/SongUpdate.cxx
index a4142f11c..6b183c508 100644
--- a/src/SongUpdate.cxx
+++ b/src/SongUpdate.cxx
@@ -87,8 +87,6 @@ Song::UpdateFile(Storage &storage)
return true;
}
-#endif
-
#ifdef ENABLE_ARCHIVE
SongPtr
@@ -130,6 +128,8 @@ Song::UpdateFileInArchive(ArchiveFile &archive) noexcept
#endif
+#endif /* ENABLE_DATABASE */
+
bool
DetachedSong::LoadFile(Path path)
{