1
0

In radioctl fixed -c param for cut in playlist.

This commit is contained in:
Alexander Andreev 2023-09-20 03:39:02 +04:00
parent b86cd122b3
commit f52d52b1b3
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -11,7 +11,7 @@ case $1 in
;;
p | playlist)
find -L $radio_dir/music/* -type f -iname '*.ogg' |
cut -c 18- | sort -d > $radio_dir/playlists/all
cut -c 31- | sort -d > $radio_dir/playlists/all
break
;;
s | shuffle)