Commit 1a4cfc3d authored by Max Kellermann's avatar Max Kellermann

update_walk: log new container files

parent 2f1bd39b
......@@ -478,7 +478,6 @@ update_container_file( struct directory* directory,
song->mtime = st->st_mtime;
child_path_fs = map_directory_child_fs(contdir, vtrack);
g_free(vtrack);
song->tag = plugin->tag_dup(child_path_fs);
g_free(child_path_fs);
......@@ -486,6 +485,10 @@ update_container_file( struct directory* directory,
songvec_add(&contdir->songs, song);
modified = true;
g_message("added %s/%s",
directory_get_path(directory), vtrack);
g_free(vtrack);
}
g_free(pathname);
......
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