Skip to content

Commit 827688c

Browse files
Refactor simple show fragment const name
1 parent f835921 commit 827688c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/simplejustwatchapi/query.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
}
118118
"""
119119

120-
_GRAPHQL_SIMPLE_SHOW_DETAILS_FRAGMENT = """
120+
_GRAPHQL_SIMPLE_SHOW_FRAGMENT = """
121121
fragment ShowDetails on Show {
122122
totalSeasonCount
123123
__typename
@@ -631,7 +631,7 @@ def prepare_search_request(
631631
"query": (
632632
_GRAPHQL_SEARCH_QUERY
633633
+ _GRAPHQL_DETAILS_FRAGMENT
634-
+ _GRAPHQL_SIMPLE_SHOW_DETAILS_FRAGMENT
634+
+ _GRAPHQL_SIMPLE_SHOW_FRAGMENT
635635
+ _GRAPHQL_CONTENT_FRAGMENT
636636
+ _GRAPHQL_OFFER_FRAGMENT
637637
),

0 commit comments

Comments
 (0)