From 14313be683003d89652201fde7b943915bb54c89 Mon Sep 17 00:00:00 2001 From: Hendrik Horstmann <65970327+heinrich26@users.noreply.github.com> Date: Fri, 11 Oct 2024 17:47:54 +0200 Subject: [PATCH] Update browsing.py --- ytmusicapi/mixins/browsing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`!