From 90bf7088cb1c56cd12d8a189a32e2da8cfcf426f Mon Sep 17 00:00:00 2001 From: marco Date: Fri, 28 Aug 2020 18:41:38 +0200 Subject: [PATCH] ops --- specials/autoplay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specials/autoplay.py b/specials/autoplay.py index ca5b8448..1f3c9597 100644 --- a/specials/autoplay.py +++ b/specials/autoplay.py @@ -278,7 +278,7 @@ def start(itemlist, item): def play_multi_channel(item, itemlist): - logger.log() + logger.info() start(itemlist, item)