Commit efa3ffa8 authored by Max Kellermann's avatar Max Kellermann

Revert "db/update/playlist: remove non-existent targets while scanning"

This reverts commit 9200fa6d. It was wrong because it works only if the target song has already been scanned.
parent 1b8c94d6
......@@ -61,11 +61,6 @@ UpdateWalk::UpdatePlaylistFile(Directory &directory,
{
const ScopeDatabaseLock protect;
if (!is_absolute &&
!directory.TargetExists(db_song->target))
continue;
directory.AddSong(std::move(db_song));
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment