getSeries method
Handler for series/{id}.
Returns the series with the matching ID.
Required Parameters:
seriesId: Series ID for the series to return
Implementation
Future<SonarrSeries> getSeries({required int seriesId}) async =>
_commandGetSeries(_client, seriesId: seriesId);