This commit is contained in:
mmaster 2021-09-21 21:52:03 +02:00
parent 7a51ad284a
commit ed9da80cad
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ $player="cvlc"
$playerparam="--no-osd --play-and-exit"
while true; do
$player $playerparam"$(find "$folder" -maxdepth 1 -type f |sort -R |head -n1)"
$player $playerparam "$(find "$folder" -maxdepth 1 -type f |sort -R |head -n1)"
done