fix
This commit is contained in:
parent
1457022954
commit
14142d3a21
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ fi
|
||||||
|
|
||||||
if [ "$suche" == "suche" ]
|
if [ "$suche" == "suche" ]
|
||||||
then
|
then
|
||||||
youtube-dl "ytsearch:$wort" -q --force-ipv4 $format -o- | mplayer $voll -cache 8192 -ao pulse -
|
youtube-dl "ytsearch:$wort" -q --force-ipv4 $format -o- | mplayer $voll -cache 8192 -
|
||||||
else
|
else
|
||||||
youtube-dl -q --force-ipv4 $format -o- $url | mplayer $voll -cache 8192 -ao pulse -
|
youtube-dl -q --force-ipv4 $format -o- $url | mplayer $voll -cache 8192 -
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue