Skip to content

Commit 0c3a98a

Browse files
committed
Fixed typo
1 parent cfe5941 commit 0c3a98a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tidalapi/mix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def parse(self, json_obj: JsonObj) -> "Mix":
112112
images = json_obj["images"]
113113
self.images = ImageResponse(
114114
small=images["SMALL"]["url"],
115-
mediumimages["MEDIUM"]["url"],
115+
medium=images["MEDIUM"]["url"],
116116
large=images["LARGE"]["url"],
117117
)
118118

0 commit comments

Comments
 (0)