getEpisodeFile method
Handler for episodefile/{id}.
Returns the episode file with the matching episode ID.
Required Parameters:
episodeId: Episode ID for the episode to fetch
Implementation
Future<SonarrEpisodeFile> getEpisodeFile({
required int episodeId,
}) async => _commandGetEpisodeFile(_client, episodeId: episodeId);