[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