mirror of
https://github.com/beetbox/beets.git
synced 2025-12-16 05:34:47 +01:00
Trivial typo fix
This commit is contained in:
parent
e6bf8c21d8
commit
10d05a32be
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