mirror of
https://github.com/beetbox/beets.git
synced 2025-12-31 13:02:47 +01:00
Remove f-string
This commit is contained in:
parent
9d8ce14e9a
commit
d267f9a8a9
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ class MBSubmitPlugin(BeetsPlugin):
|
|||
def commands(self):
|
||||
"""Add beet UI commands for mbsubmit."""
|
||||
mbsubmit_cmd = ui.Subcommand(
|
||||
'mbsubmit', help=f'Submit Tracks to MusicBrainz')
|
||||
'mbsubmit', help='Submit Tracks to MusicBrainz')
|
||||
|
||||
def func(lib, opts, args):
|
||||
items = lib.items(ui.decargs(args))
|
||||
|
|
|
|||
Loading…
Reference in a new issue