mirror of
https://github.com/beetbox/beets.git
synced 2025-12-08 01:23:09 +01:00
Update docs/plugins/subsonicplaylist.rst
Co-authored-by: Adrian Sampson <adrian@radbox.org>
This commit is contained in:
parent
6d69d01016
commit
499fcb8315
1 changed files with 7 additions and 7 deletions
|
|
@ -23,11 +23,11 @@ flag. This resets all `subsonic_playlist` tag before importing playlists.
|
|||
Options to be defined in your config with their default value::
|
||||
|
||||
subsonicplaylist:
|
||||
'base_url': "https://your.subsonic.server"
|
||||
'delete': False,
|
||||
'playlist_ids': [],
|
||||
'playlist_names': [],
|
||||
'username': '',
|
||||
'password': ''
|
||||
base_url: "https://your.subsonic.server"
|
||||
delete: no
|
||||
playlist_ids: []
|
||||
playlist_names: []
|
||||
username: ''
|
||||
password: ''
|
||||
|
||||
Parameters `base_url`, `username` and `password` must be defined!
|
||||
Parameters `base_url`, `username` and `password` must be defined!
|
||||
|
|
|
|||
Loading…
Reference in a new issue