diff options
| author | Ben Beltran <ben@nsovocal.com> | 2017-05-20 11:33:50 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2017-05-20 11:33:50 -0500 |
| commit | 11ad3677e9c82da39494ee75fbff56695df0d2b9 (patch) | |
| tree | 01141c277297535867c7adb912b946796cd9e7a8 /Sources/configuration.swift | |
| parent | ee966aa755acd8eea53c982e43e13aef4f193984 (diff) | |
| parent | b7375241b8ca1e34d7aca4aa77414f699985cdf7 (diff) | |
Merge branch 'release/0.2.0'0.2.0
Diffstat (limited to 'Sources/configuration.swift')
| -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 |