mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
typo
This commit is contained in:
parent
0031539841
commit
15c23feda4
1 changed files with 2 additions and 9 deletions
|
@ -10,7 +10,7 @@ data_dir = __DATA_DIR__
|
|||
|
||||
[file]
|
||||
enabled = true
|
||||
media_dirs = __MEDIADIR__
|
||||
media_dirs = __MEDIA_DIR__
|
||||
#excluded_file_extensions =
|
||||
# .directory
|
||||
# .html
|
||||
|
@ -86,7 +86,7 @@ enabled = true
|
|||
[local]
|
||||
enabled = true
|
||||
#max_search_results = 100
|
||||
media_dir = __MEDIADIR__
|
||||
media_dir = __MEDIA_DIR__
|
||||
#scan_timeout = 1000
|
||||
#scan_flush_threshold = 100
|
||||
#scan_follow_symlinks = false
|
||||
|
@ -181,10 +181,3 @@ browse_root = __DATA_DIR__/podcast/bbc.opml
|
|||
enabled = false
|
||||
auth_token = ?
|
||||
#explore_songs = 25
|
||||
|
||||
#[spotify]
|
||||
#enabled = true
|
||||
#username = ? #see https://github.com/mopidy/mopidy-spotify
|
||||
#password = ?
|
||||
#client_id = ?
|
||||
#client_secret = ?
|
||||
|
|
Loading…
Add table
Reference in a new issue