mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-12 14:49:29 +01:00
A less insane library scan interval
This commit is contained in:
@@ -157,7 +157,7 @@ _CONFIG_DEFINITIONS = {
|
||||
'LASTFM_USERNAME': (str, 'General', ''),
|
||||
'LAUNCH_BROWSER': (int, 'General', 1),
|
||||
'LIBRARYSCAN': (int, 'General', 1),
|
||||
'LIBRARYSCAN_INTERVAL': (int, 'General', 300),
|
||||
'LIBRARYSCAN_INTERVAL': (int, 'General', 24),
|
||||
'LMS_ENABLED': (int, 'LMS', 0),
|
||||
'LMS_HOST': (str, 'LMS', ''),
|
||||
'LOG_DIR': (path, 'General', ''),
|
||||
|
||||
Reference in New Issue
Block a user