Fix broken edge-playback script

This commit is contained in:
rany
2021-06-06 16:50:30 +03:00
parent ae6c73ce7d
commit 65cb204f97
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ if [ "$1" == "stdin" ]
then
stdin=$(cat)
shift 1
edge-tts -f <(printf '%s' "$stdin") | mpv --keep-open=yes -
edge-tts -f <(printf '%s' "$stdin") "$@" | mpv --keep-open=yes -
else
edge-tts "$@" | mpv --keep-open=yes -
fi

View File

@@ -1,6 +1,6 @@
[metadata]
name = edge-tts
version = 1.1.2
version = 1.1.3
author = rany
author_email = ranygh@riseup.net
description = Microsoft Edge's TTS