Fix ricerca globale e rinumerzione

This commit is contained in:
Alhaziel01
2020-12-18 12:38:04 +01:00
parent de5a65d77a
commit 2d9176af26
2 changed files with 2 additions and 0 deletions

View File

@@ -90,6 +90,7 @@ def busy(state):
# Main
def start(itemlist, item=None):
if not itemlist: return
if type(itemlist) == Item:
item = itemlist
if item.channel in ['autorenumber']: