Compare commits
2
Commits
02911c40ca
...
9e96e92cfe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9e96e92cfe | ||
|
|
c94ff86c12 |
@@ -93,7 +93,7 @@
|
||||
$KILL "$NOTIFY_PID" 2>/dev/null || true
|
||||
break
|
||||
fi
|
||||
if [ -f "$ACTION_FILE" ]; then
|
||||
if [ -s "$ACTION_FILE" ]; then
|
||||
if $GREP -q "cancel" "$ACTION_FILE" 2>/dev/null; then
|
||||
$KILL "$MPV_PID" 2>/dev/null || true
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user