mrss.sh: fix 'mrss read' not purging read files

This commit is contained in:
dogeystamp 2023-04-02 11:48:41 -04:00
parent 8fc7cb778d
commit a53ecb0d9d
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -125,7 +125,7 @@ list_read() {
if [ -n "$VID" ]; then
if mpv $VID 2> /dev/null; then
printf "%s" "$VIDFILES" | list_purge
printf "%s\n" "$VIDFILES" | list_purge
else
printf "\n%s%s%s\n" \
$blue \