also for continued play

This commit is contained in:
Francesco
2025-10-25 16:31:15 +02:00
parent fcce6a8d11
commit 0cf1c52743
+1 -1
View File
@@ -107,7 +107,7 @@ def start_playback(mode: str, text: str, card_data: dict, track_details: Track,
# if the Previous intent is used # if the Previous intent is used
offset_in_milliseconds=0, offset_in_milliseconds=0,
expected_previous_token=track_details.previous_id), expected_previous_token=track_details.previous_id),
metadata=None metadata=metadata
) )
) )
).set_should_end_session(True) ).set_should_end_session(True)