Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tehkillerbee committed Sep 11, 2024
1 parent 39ada55 commit 2d85e8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tidalapi/media.py
Original file line number Diff line number Diff line change
Expand Up @@ -871,6 +871,7 @@ def _get(self, media_id: str) -> Video:
:param media_id: TIDAL's identifier of the video
:return: A :class:`Video` object containing all the information about the video.
:raises: A :class:`exceptions.ObjectNotFound` if video is not found or unavailable
"""

try:
Expand Down

0 comments on commit 2d85e8b

Please sign in to comment.