diff options
Diffstat (limited to 'src/stream_command.sh')
| -rw-r--r-- | src/stream_command.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stream_command.sh b/src/stream_command.sh index 9ae913c..32b1e65 100644 --- a/src/stream_command.sh +++ b/src/stream_command.sh @@ -66,8 +66,8 @@ if [ -n "${args['--username']}" ]; then media_command+=(-p "${args['--password']}") fi -mplayer \ - -sub /tmp/skyla_subtitles.*.ass \ +memento \ + --sub-file="/tmp/skyla_subtitles.en-US.ass" \ "$("${media_command[@]}")" rm /tmp/skyla_subtitles.*.ass |