From a1a5d4d84cc0bf5a8115fd69fe768aab68aad750 Mon Sep 17 00:00:00 2001 From: Taiko2k Date: Tue, 13 Jun 2023 20:30:57 +1200 Subject: [PATCH] Fix radio not playing --- CHANGELOG | 4 ++++ t_modules/t_main.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index a6dc45791..fde21298a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ Changelog---------------------------- +v7.6.6 + + - Fixed bug with radio not playing + v7.6.5 - Added setting "Pull loves" for last.fm diff --git a/t_modules/t_main.py b/t_modules/t_main.py index f19b4deed..e4c4e96da 100644 --- a/t_modules/t_main.py +++ b/t_modules/t_main.py @@ -35117,7 +35117,7 @@ def start(self, item): return self.run_proxy = True - if url.endswith(".ts") or True: + if url.endswith(".ts"): self.run_proxy = False if self.run_proxy and not self.proxy_started and prefs.backend != 4: