mirror of
https://github.com/nzbget/nzbget.git
synced 2026-05-24 12:44:29 -04:00
fixed: command <list history> (nzbget -L H) didn't work (bug introduced in r373)
This commit is contained in:
@@ -447,6 +447,10 @@ void ProcessClientRequest()
|
||||
Client->RequestServerPauseUnpause(false, eRemotePauseUnpauseActionScan);
|
||||
break;
|
||||
|
||||
case Options::opClientRequestHistory:
|
||||
Client->RequestHistory();
|
||||
break;
|
||||
|
||||
case Options::opClientNoOperation:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user