tubetop2: Don't loop infinitely
This commit is contained in:
parent
f99b15b938
commit
05fda57bf7
@ -10,7 +10,7 @@
|
|||||||
function tubetop2-play {
|
function tubetop2-play {
|
||||||
if [ -z ${1+x} ]; then return 1; fi
|
if [ -z ${1+x} ]; then return 1; fi
|
||||||
pkill -x xwinwrap
|
pkill -x xwinwrap
|
||||||
xwinwrap -ni -fs -b -nf -ov -- mpv -wid WID --title="$name" --loop-playlist=inf "$1"
|
xwinwrap -ni -fs -b -nf -ov -- mpv -wid WID --title="$name" "$1"
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user