mirror of
https://github.com/beetbox/beets.git
synced 2026-01-15 04:34:23 +01:00
commit
dfb7cc25f5
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class SpotifyPlugin(BeetsPlugin):
|
|||
)
|
||||
spotify_cmd.parser.add_option(
|
||||
'-f', '--show-failures', action='store_true',
|
||||
help='list tracks that did not match a Sptoify ID',
|
||||
help='list tracks that did not match a Spotify ID',
|
||||
dest='show_failures',
|
||||
)
|
||||
spotify_cmd.func = queries
|
||||
|
|
|
|||
Loading…
Reference in a new issue