refreshMonitoredDownloads method

Future<RadarrCommand> refreshMonitoredDownloads()

Handler for command (RefreshMonitoredDownloads).

Triggers the scan of monitored downloads.

Implementation

Future<RadarrCommand> refreshMonitoredDownloads() async =>
    _commandRefreshMonitoredDownloads(_client);