File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 43
43
44
44
__author__ = 'https://github.com/maffo999'
45
45
46
+
46
47
class SubsonicUpdate (BeetsPlugin ):
47
48
def __init__ (self ):
48
49
super (SubsonicUpdate , self ).__init__ ()
@@ -101,8 +102,8 @@ def start_scan(self):
101
102
user = config ['subsonic' ]['user' ].as_str ()
102
103
auth = config ['subsonic' ]['auth' ].as_str ()
103
104
url = self .__format_url ("startScan" )
104
- self ._log .info (u'URL is {0}' , url )
105
- self ._log .info (u'auth type is {0}' , config ['subsonic' ]['auth' ])
105
+ self ._log .debug (u'URL is {0}' , url )
106
+ self ._log .debug (u'auth type is {0}' , config ['subsonic' ]['auth' ])
106
107
107
108
if auth == "token" :
108
109
salt , token = self .__create_token ()
Original file line number Diff line number Diff line change @@ -387,7 +387,9 @@ Fixes:
387
387
all front images instead of blindly selecting the first one.
388
388
* :doc: `/plugins/lyrics `: Removed the LyricWiki source (the site shut down on
389
389
21/09/2020).
390
- * Fix :bug: `4002 `. Subsonicupdate plugin is now functional again.
390
+ * Fix :bug: `4002 `. Subsonicupdate plugin is now functional again. New option
391
+ 'auth' is required in the configuration file to specify the authentication
392
+ type.
391
393
392
394
For plugin developers:
393
395
You can’t perform that action at this time.
0 commit comments