mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Remove implemented TODO comment
This commit is contained in:
parent
0c596fd163
commit
b123e8259d
1 changed files with 0 additions and 1 deletions
|
|
@ -127,7 +127,6 @@ class IPFSPlugin(BeetsPlugin):
|
||||||
lib_name = args[1]
|
lib_name = args[1]
|
||||||
else:
|
else:
|
||||||
lib_name = _hash
|
lib_name = _hash
|
||||||
# TODO: should be able to tag libraries, for example by nicks
|
|
||||||
lib_root = os.path.dirname(lib.path)
|
lib_root = os.path.dirname(lib.path)
|
||||||
remote_libs = lib_root + "/remotes"
|
remote_libs = lib_root + "/remotes"
|
||||||
if not os.path.exists(remote_libs):
|
if not os.path.exists(remote_libs):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue