mirror of
https://github.com/nzbget/nzbget.git
synced 2026-06-11 13:14:18 -04:00
closes #147: par-check doesn't ignore files from option "ExtCleanupDisk"
Only files listed in option ParIgnoreExt are ignored.
This commit is contained in:
@@ -346,7 +346,7 @@ void NzbFile::CalcHashes()
|
||||
|
||||
// check file extension
|
||||
bool skip = !fileInfo->GetParFile() &&
|
||||
Util::MatchFileExt(fileInfo->GetFilename(), g_Options->GetExtCleanupDisk(), ",;");
|
||||
Util::MatchFileExt(fileInfo->GetFilename(), g_Options->GetParIgnoreExt(), ",;");
|
||||
|
||||
for (FileInfo::Articles::iterator it = fileInfo->GetArticles()->begin(); it != fileInfo->GetArticles()->end(); it++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user