Merge pull request #2 from sobjornstad/master
"leech" tag has the same problem "marked" did
This commit is contained in:
commit
5a3f644d26
@ -755,7 +755,7 @@ by clicking on one on the left."""))
|
|||||||
|
|
||||||
def _userTagTree(self, root):
|
def _userTagTree(self, root):
|
||||||
for t in sorted(self.col.tags.all()):
|
for t in sorted(self.col.tags.all()):
|
||||||
if t.lower() == "marked":
|
if t.lower() == "marked" or t.lower() == "leech":
|
||||||
continue
|
continue
|
||||||
item = self.CallbackItem(
|
item = self.CallbackItem(
|
||||||
t, lambda t=t: self.setFilter("tag", t))
|
t, lambda t=t: self.setFilter("tag", t))
|
||||||
|
Loading…
Reference in New Issue
Block a user