SonarrCommandHandler_Queue constructor

SonarrCommandHandler_Queue(
  1. Dio _client
)

Create a series command handler using an initialized Dio client.

Implementation

SonarrCommandHandler_Queue(this._client);