Skip to content

Commit a83eb37

Browse files
authored
fix: Fix Media id type
1 parent dd803f8 commit a83eb37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tidalapi/media.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class Media:
180180
actual media, use the release date of the album.
181181
"""
182182

183-
id: int
183+
id: str
184184
title: str
185185
name: str # aka. title
186186
duration: int # Duration, in seconds

0 commit comments

Comments
 (0)