From 56f3eeec7d0a706a017bd4edea8905d717e96f3b Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sat, 20 May 2017 11:21:39 -0500 Subject: Include iTunes in default sources --- Sources/configuration.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Sources') 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 -- cgit