refreshMonitoredDownloads method

Future<SonarrCommand> refreshMonitoredDownloads({
  1. int? seriesId,
})

Handler for command (RefreshMonitoredDownloads).

Refresh the actively monitored downloads in the queue.

Implementation

Future<SonarrCommand> refreshMonitoredDownloads({
    int? seriesId,
}) async => _commandRefreshMonitoredDownloads(_client);