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: