diff --git a/adl b/adl index 40c280f..4ce3726 100755 --- a/adl +++ b/adl @@ -309,7 +309,7 @@ watch() { #{{{ case $player in "vlc") watched=$(echo "$out" | grep -c 'Command Line Interface initialized') ;; - "mpv") + "mpv"|"mplayer") watched=$(echo "$out" | grep -c 'Exiting') ;; *) watched=1 ;;