#461: removed options "SaveQueue" and "ReloadQueue"

This commit is contained in:
Andrey Prygunkov
2017-10-28 16:17:45 +02:00
parent d31a734a5c
commit af111adbde
10 changed files with 27 additions and 34 deletions

View File

@@ -374,7 +374,7 @@ void NzbFile::ProcessFiles()
CalcHashes();
if (g_Options->GetSaveQueue() && g_Options->GetServerMode())
if (g_Options->GetServerMode())
{
for (FileInfo* fileInfo : m_nzbInfo->GetFileList())
{