~amk/public-inbox

subsonic.el: Fix typo in variable name v1 APPLIED

~e-v: 1
 Fix typo in variable name

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~amk/public-inbox/patches/21345/mbox | git am -3
Learn more about email & git

[PATCH subsonic.el] Fix typo in variable name Export this patch

From: Edgar Vincent <e-v@posteo.net>

---
 subsonic.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/subsonic.el b/subsonic.el
index a2b6fef..8f136e1 100644
--- a/subsonic.el
+++ b/subsonic.el
@@ -50,7 +50,7 @@
  :type 'string
  :group 'subsonic)

(defcustom subsonic-defualt-volume 100
(defcustom subsonic-default-volume 100
  "Default  volume for mpv to use."
  :type 'integer
  :group 'subsonic)
@@ -65,7 +65,7 @@
  :type 'string
  :group 'subsonic)

(defvar subsonic-mpv--volume subsonic-defualt-volume)
(defvar subsonic-mpv--volume subsonic-default-volume)
(defvar subsonic-mpv--process nil)
(defvar subsonic-mpv--queue nil)

-- 
2.30.2