diff --git a/ytmusicapi/mixins/browsing.py b/ytmusicapi/mixins/browsing.py index 48eaa82f..0e7afc1a 100644 --- a/ytmusicapi/mixins/browsing.py +++ b/ytmusicapi/mixins/browsing.py @@ -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`!