Skip to content

Commit

Permalink
Reduce payload of "current" request
Browse files Browse the repository at this point in the history
  • Loading branch information
Falke-Design committed Jan 2, 2024
1 parent ca44da4 commit 498a294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/utils/api_paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
SEASONS_PARTIAL_PATHS = [
['seasonList', RANGE_PLACEHOLDER, 'summary'],
['title'],
["seasonList","current","episodes","current","summary"]
["seasonList","current"]
] + ART_PARTIAL_PATHS

EPISODES_PARTIAL_PATHS = [
Expand Down

0 comments on commit 498a294

Please sign in to comment.