Skip to content

Commit

Permalink
Update browsing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
heinrich26 authored Oct 11, 2024
1 parent 4d4a76f commit 14313be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ytmusicapi/mixins/browsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ def get_lyrics(self, browseId: str) -> dict:

return lyrics

def get_lyrics_with_timestamps(self, browseId: str) -> dict:
def get_lyrics_with_timestamps(self, browseId: str) -> dict:
"""
Returns lyrics of a song with timestamps, if available.
If no timestaps are given, this method won't replicate the behavior of `get_lyrics`!
Expand Down

0 comments on commit 14313be

Please sign in to comment.