We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 064d2ee commit baebd7dCopy full SHA for baebd7d
sonarr/client.py
@@ -6,7 +6,7 @@
6
class SonarrClient(SonarrApi):
7
8
def get_episode_file_list(self, series_id):
9
- get_episode_file_list_uri = '/api/episodefile'
+ get_episode_file_list_uri = '/api/v3/episodefile'
10
params = {
11
"apikey": self.api_key,
12
"seriesId": series_id
0 commit comments