mirror of
https://github.com/nzbget/nzbget.git
synced 2026-06-12 05:34:15 -04:00
#461: removed options "SaveQueue" and "ReloadQueue"
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user