Skip to content

Commit

Permalink
Fix radio not playing
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiko2k committed Jun 13, 2023
1 parent e11ce5c commit a1a5d4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

Changelog----------------------------

v7.6.6

- Fixed bug with radio not playing

v7.6.5

- Added setting "Pull loves" for last.fm
Expand Down
2 changes: 1 addition & 1 deletion t_modules/t_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a1a5d4d

Please sign in to comment.