From 0eb3d358623a616ede4fbdb269bbd3fef50ffc05 Mon Sep 17 00:00:00 2001 From: marco Date: Mon, 6 Jul 2020 21:06:17 +0200 Subject: [PATCH] =?UTF-8?q?fix=20autoplay,=20priorit=C3=A0=20alla=20qualit?= =?UTF-8?q?=C3=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- specials/autoplay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specials/autoplay.py b/specials/autoplay.py index 68377cff..bb004f0c 100644 --- a/specials/autoplay.py +++ b/specials/autoplay.py @@ -101,7 +101,7 @@ def start(itemlist, item): continue # If it does not have a defined quality, it assigns a 'default' quality. - if item.quality not in quality_list: + if item.quality.lower() not in quality_list: item.quality = 'default' # The list for custom settings is created