Main: check the music directory

Move call from Mapper.cxx.
This commit is contained in:
Max Kellermann
2014-02-07 23:29:20 +01:00
parent ec8873b178
commit 4d5ebafa6d
2 changed files with 4 additions and 3 deletions

View File

@@ -54,8 +54,6 @@ mapper_set_music_dir(AllocatedPath &&path)
assert(!path.IsNull());
music_dir_fs = std::move(path);
CheckDirectoryReadable(music_dir_fs);
}
#endif