getQueue method
Handler for queue.
Gets currently downloading (queue) information.
Implementation
Future<List<SonarrQueueRecord>> getQueue() async => _commandGetQueue(_client);
Handler for queue.
Gets currently downloading (queue) information.
Future<List<SonarrQueueRecord>> getQueue() async => _commandGetQueue(_client);