mirror of
https://github.com/beetbox/beets.git
synced 2026-01-03 06:22:48 +01:00
change auth option enc by password
This commit is contained in:
parent
93bb114175
commit
54748ad4c9
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ a "subsonic" section like the following:
|
|||
url: https://mydomain.com:443/subsonic
|
||||
user: username
|
||||
pass: password
|
||||
auth: enc or plain
|
||||
auth: token or password
|
||||
"""
|
||||
from __future__ import division, absolute_import, print_function
|
||||
|
||||
|
|
|
|||
|
|
@ -30,6 +30,6 @@ The available options under the ``subsonic:`` section are:
|
|||
|
||||
- **url**: The Subsonic server resource. Default: ``http://localhost:4040``
|
||||
- **user**: The Subsonic user. Default: ``admin``
|
||||
- **auth**: authentification method token or plain password
|
||||
- **auth**: Authentication method. Default: ``token``. Use ``password`` for APIs <= 1.12.0.
|
||||
- **pass**: The Subsonic user password. (This may either be a clear-text
|
||||
password or hex-encoded with the prefix ``enc:``.) Default: ``admin``
|
||||
|
|
|
|||
Loading…
Reference in a new issue