Don't show output from play command

merge-requests/21/head
Bob Mottram 2021-03-10 15:43:21 +00:00
parent 672c2c9b58
commit 2bdde313ee
1 changed files with 1 additions and 1 deletions

View File

@ -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,