From b123e8259d3b873ea81d6088f75a4eec427c87f3 Mon Sep 17 00:00:00 2001 From: multikatt Date: Fri, 15 May 2015 14:14:29 -0400 Subject: [PATCH] Remove implemented TODO comment --- beetsplug/ipfs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/beetsplug/ipfs.py b/beetsplug/ipfs.py index f830790d4..bd3124f85 100644 --- a/beetsplug/ipfs.py +++ b/beetsplug/ipfs.py @@ -127,7 +127,6 @@ class IPFSPlugin(BeetsPlugin): lib_name = args[1] else: lib_name = _hash - # TODO: should be able to tag libraries, for example by nicks lib_root = os.path.dirname(lib.path) remote_libs = lib_root + "/remotes" if not os.path.exists(remote_libs):