diff --git a/plugin-adapter.py b/plugin-adapter.py index 4eb878b..443561e 100755 --- a/plugin-adapter.py +++ b/plugin-adapter.py @@ -644,8 +644,6 @@ async def gethistory(params): return json.dumps([]) - if len(res) == 1: - res = res[0] # DEBUG! PURGE EMPTY LISTS IN LIST? res = [e for e in res if e]