remove --no-terminal flag from mpv
This commit is contained in:
parent
433e177e7f
commit
0825b0b067
1 changed files with 2 additions and 2 deletions
4
strm
4
strm
|
|
@ -115,8 +115,8 @@ if [ "$list" == false ]; then
|
||||||
|
|
||||||
# Play all remote files
|
# Play all remote files
|
||||||
if [ "$shuffle" == true ]; then
|
if [ "$shuffle" == true ]; then
|
||||||
mpv --no-terminal --shuffle "${results[@]}"
|
mpv --shuffle "${results[@]}"
|
||||||
else
|
else
|
||||||
mpv --no-terminal "${results[@]}"
|
mpv "${results[@]}"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue