aboutsummaryrefslogtreecommitdiffstats
path: root/src/mpdclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpdclient.c')
-rw-r--r--src/mpdclient.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mpdclient.c b/src/mpdclient.c
index caa9fe3a9..5098226d4 100644
--- a/src/mpdclient.c
+++ b/src/mpdclient.c
@@ -782,7 +782,6 @@ mpdclient_filelist_get(mpdclient_t *c, const gchar *path)
mpdclient_finish_command(c);
g_free(path_utf8);
- filelist->updated = TRUE;
// If there are only directory entities in the filelist, we sort it
if (has_dirs_only) {
@@ -817,7 +816,6 @@ mpdclient_filelist_search_utf8(mpdclient_t *c,
return NULL;
}
- filelist->updated = TRUE;
return filelist;
}