Added the watch and scheduler systems
This commit is contained in:
@@ -10,7 +10,7 @@ fn test_default_config() {
|
||||
assert!(!config.tagging.auto_tag);
|
||||
assert_eq!(config.download.format, "opus");
|
||||
assert_eq!(config.download.search_source, "ytmusic");
|
||||
assert_eq!(config.download.rate_limit, 450);
|
||||
assert_eq!(config.download.rate_limit, 250);
|
||||
assert_eq!(config.download.rate_limit_auth, 1800);
|
||||
assert_eq!(config.indexing.concurrency, 4);
|
||||
assert!(config.allowed_secondary_types.is_empty());
|
||||
|
||||
Reference in New Issue
Block a user