mirror of
https://github.com/beetbox/beets.git
synced 2025-12-22 16:43:25 +01:00
don't print entire lyrics during import
This commit is contained in:
parent
ac2f7fe712
commit
bf1b06f0c7
1 changed files with 0 additions and 1 deletions
|
|
@ -692,7 +692,6 @@ class LyricsPlugin(plugins.BeetsPlugin):
|
|||
item.lyrics = lyrics
|
||||
if write:
|
||||
item.try_write()
|
||||
print(lyrics)
|
||||
item.store()
|
||||
|
||||
def get_lyrics(self, artist, title):
|
||||
|
|
|
|||
Loading…
Reference in a new issue