aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistUpdate.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/PlaylistUpdate.cxx')
-rw-r--r--src/PlaylistUpdate.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlaylistUpdate.cxx b/src/PlaylistUpdate.cxx
index 755589786..800ad49c9 100644
--- a/src/PlaylistUpdate.cxx
+++ b/src/PlaylistUpdate.cxx
@@ -30,7 +30,7 @@
static bool
UpdatePlaylistSong(const Database &db, DetachedSong &song)
{
- if (!song.IsInDatabase())
+ if (!song.IsInDatabase() || !song.IsFile())
/* only update Songs instances that are "detached"
from the Database */
return false;