Skip to content

Commit

Permalink
codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
pinoelefante committed Oct 27, 2017
1 parent b45098b commit 7d6b2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/NetflixSession.py
Original file line number Diff line number Diff line change
Expand Up @@ -1552,7 +1552,7 @@ def fetch_episodes_by_season(self, season_id, list_from=-1, list_to=40):
Raw Netflix API call response or api call error
"""
paths = [
['seasons', season_id, 'episodes', {'from': list_from, 'to': list_to}, ['summary','synopsis','title','runtime', 'releaseYear', 'queue', 'info', 'maturity', 'userRating', 'bookmarkPosition', 'creditOffset', 'watched', 'delivery']],
['seasons', season_id, 'episodes', {'from': list_from, 'to': list_to}, ['summary', 'synopsis', 'title', 'runtime', 'releaseYear', 'queue', 'info', 'maturity', 'userRating', 'bookmarkPosition', 'creditOffset', 'watched', 'delivery']],
# ['videos', season_id, 'cast', {'from': 0, 'to': 15}, ['id', 'name']],
# ['videos', season_id, 'cast', 'summary'],
# ['videos', season_id, 'genres', {'from': 0, 'to': 5}, ['id', 'name']],
Expand Down

0 comments on commit 7d6b2a6

Please sign in to comment.