mrss.sh: fix 'mrss read' not purging read files
This commit is contained in:
parent
8fc7cb778d
commit
a53ecb0d9d
@ -125,7 +125,7 @@ list_read() {
|
|||||||
|
|
||||||
if [ -n "$VID" ]; then
|
if [ -n "$VID" ]; then
|
||||||
if mpv $VID 2> /dev/null; then
|
if mpv $VID 2> /dev/null; then
|
||||||
printf "%s" "$VIDFILES" | list_purge
|
printf "%s\n" "$VIDFILES" | list_purge
|
||||||
else
|
else
|
||||||
printf "\n%s%s%s\n" \
|
printf "\n%s%s%s\n" \
|
||||||
$blue \
|
$blue \
|
||||||
|
Loading…
Reference in New Issue
Block a user