mirror of
https://github.com/beetbox/beets.git
synced 2026-02-24 00:02:20 +01:00
remove dulicate ui.decargs
This commit is contained in:
parent
4dc3299dc8
commit
9771d899db
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ class IPFSPlugin(BeetsPlugin):
|
|||
if not os.path.isfile(path):
|
||||
raise IOError
|
||||
rlib = library.Library(path)
|
||||
albums = rlib.albums(ui.decargs(args))
|
||||
albums = rlib.albums(args)
|
||||
return albums
|
||||
|
||||
def ipfs_added_albums(self, rlib, tmpname):
|
||||
|
|
|
|||
Loading…
Reference in a new issue