aboutsummaryrefslogtreecommitdiff
path: root/Sources
diff options
context:
space:
mode:
Diffstat (limited to 'Sources')
-rw-r--r--Sources/configuration.swift2
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