Skip to content

Commit e4925a9

Browse files
committed
try fix chromecast style part 2
1 parent bdfafe8 commit e4925a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/tauon/t_modules/t_chrome.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ def start(self, track_id: int, enqueue: bool = False, t: int = 0, url: str | Non
172172
logging.critical("self.media_controller was None, this should not happen!")
173173
return
174174
self.cast.wait()
175+
self.cast.start_app(STYLED_RECEIVER_APP_ID)
175176
tr = self.tauon.pctl.get_track(track_id)
176177
n = 0
177178
try:

0 commit comments

Comments
 (0)