We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdfafe8 commit e4925a9Copy full SHA for e4925a9
1 file changed
src/tauon/t_modules/t_chrome.py
@@ -172,6 +172,7 @@ def start(self, track_id: int, enqueue: bool = False, t: int = 0, url: str | Non
172
logging.critical("self.media_controller was None, this should not happen!")
173
return
174
self.cast.wait()
175
+ self.cast.start_app(STYLED_RECEIVER_APP_ID)
176
tr = self.tauon.pctl.get_track(track_id)
177
n = 0
178
try:
0 commit comments