diff options
| author | Ben Beltran <ben@nsovocal.com> | 2017-05-20 11:21:39 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2017-05-20 11:21:39 -0500 |
| commit | 56f3eeec7d0a706a017bd4edea8905d717e96f3b (patch) | |
| tree | 9df768f6bc0b531afea9c926aec098667dc3c53a /Sources | |
| parent | f24ce9a23fbe1eeb017b41c426eb2577dd9bc230 (diff) | |
Include iTunes in default sources
Diffstat (limited to 'Sources')
| -rw-r--r-- | Sources/configuration.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sources/configuration.swift b/Sources/configuration.swift index f1a1ee1..1db3695 100644 --- a/Sources/configuration.swift +++ b/Sources/configuration.swift @@ -8,7 +8,7 @@ class Configuration { // Default options, will be automatically written to the global config if // not found. private var configuration: [String: Any] = [ - "enabled_sources": ["arguments"] + "enabled_sources": ["arguments", "itunes"] ] // The shared instance of the object |