Skip to content

Commit 20de195

Browse files
committed
Update to work with syncedlyrics 1.0
1 parent a0135fd commit 20de195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mediaplayer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def download_lyrics(artist, title):
297297
lyrlogger.setLevel(logging.INFO)
298298
lt = syncedlyrics.search(
299299
f"{artist} {title}",
300-
allow_plain_format=False,
300+
synced_only=True,
301301
providers=config["lyrics_providers"],
302302
)
303303
# This is the main logger

0 commit comments

Comments
 (0)