nomedia, add comment text

This commit is contained in:
weihuoya 2018-08-15 19:41:55 +08:00
parent 2fac523e10
commit eefef73141

View File

@ -179,6 +179,7 @@ void CreateDirectories()
File::CreateFullPath(File::GetUserPath(D_THEMES_IDX));
File::CreateFullPath(File::GetUserPath(D_STYLES_IDX));
#else
// Disable media scanning in directories with a .nomedia file
File::CreateEmptyFile(File::GetUserPath(D_COVERCACHE_IDX) + DIR_SEP NOMEDIA_FILE);
#endif
}