Skip to content

Commit b2cd50d

Browse files
committed
Fix parseV2 removal
1 parent e9a65ce commit b2cd50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tidalapi/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ def home(self) -> page.Page:
10961096
base_url=self.config.api_v2_location,
10971097
params=params,
10981098
).json()
1099-
return self.page.parseV2(json_obj)
1099+
return self.page.parse(json_obj)
11001100

11011101
def explore(self) -> page.Page:
11021102
"""

0 commit comments

Comments
 (0)