diff --git a/notifications_client.py b/notifications_client.py index 43087c683..261124c0f 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -80,7 +80,7 @@ def _playNotificationSound(soundFilename: str, player='ffplay') -> None: if player == 'ffplay': os.system('ffplay ' + soundFilename + - ' -autoexit -hide_banner -nodisp') + ' -autoexit -hide_banner -nodisp 2> /dev/null') def _desktopNotification(notificationType: str,