aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/emms-volume-pulse.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emms-volume-pulse.el b/lisp/emms-volume-pulse.el
index a3f9620..440ab7f 100644
--- a/lisp/emms-volume-pulse.el
+++ b/lisp/emms-volume-pulse.el
@@ -80,7 +80,7 @@ See full list of devices on your system by running
(cl-loop while
(string-match
(mapconcat 'identity
- '(".*Sink[ \t]+\\#\\([0-9]\\)"
+ '(".*Sink[ \t]+\\#\\([0-9]+\\)"
".*Name:[ \t]\\([^\n]+\\)"
".*Volume:.*?\\([0-9]+\\)%.*\n?")
"\n")