This commit is contained in:
Jesús Pavón Abián
2026-02-02 14:32:18 +01:00
parent afa12c89ec
commit c357ce4ae5
3 changed files with 28 additions and 18 deletions
+4 -1
View File
@@ -439,7 +439,10 @@ class Controller(object):
if start:
try:
if hasattr(buffer, "start_stream"):
buffer.start_stream(mandatory=True, play_sound=False)
if kwargs.get("function") == "user_timeline":
buffer.start_stream(mandatory=True, play_sound=False)
else:
buffer.start_stream(mandatory=True, play_sound=True)
except ValueError:
commonMessageDialogs.unauthorized()
return