mirror of https://gitlab.com/bashrc2/epicyon
Don't show output from play command
parent
672c2c9b58
commit
2bdde313ee
|
@ -80,7 +80,7 @@ def _playNotificationSound(soundFilename: str, player='ffplay') -> None:
|
||||||
|
|
||||||
if player == 'ffplay':
|
if player == 'ffplay':
|
||||||
os.system('ffplay ' + soundFilename +
|
os.system('ffplay ' + soundFilename +
|
||||||
' -autoexit -hide_banner -nodisp')
|
' -autoexit -hide_banner -nodisp 2> /dev/null')
|
||||||
|
|
||||||
|
|
||||||
def _desktopNotification(notificationType: str,
|
def _desktopNotification(notificationType: str,
|
||||||
|
|
Loading…
Reference in New Issue