Merge tag 'v0.20.13'

release v0.20.13
This commit is contained in:
Max Kellermann
2017-12-18 23:48:14 +01:00
11 changed files with 231 additions and 7 deletions

View File

@@ -227,7 +227,7 @@ Directory::Walk(bool recursive, const SongFilter *filter,
call will lock it again */
const ScopeDatabaseUnlock unlock;
WalkMount(GetPath(), *mounted_database,
recursive, filter,
"", recursive, filter,
visit_directory, visit_song,
visit_playlist);
return;