From 110adc3eba9a0e779f5700f45b177d0bd1e2fc77 Mon Sep 17 00:00:00 2001 From: mac12m99 <10120390+mac12m99@users.noreply.github.com> Date: Wed, 24 Mar 2021 20:23:35 +0100 Subject: [PATCH] fix accuradio --- channels/accuradio.py | 1 - 1 file changed, 1 deletion(-) diff --git a/channels/accuradio.py b/channels/accuradio.py index 8c5fe34e..4995080a 100644 --- a/channels/accuradio.py +++ b/channels/accuradio.py @@ -19,7 +19,6 @@ def mainlist(item): patron = r'listOptionBrand">\s*]+>){2}(?P[^<]+)' def itemHook(item): - item.url = host + item.url item.thumbnail = support.thumb('music') return item