From: Ben Beltran Date: Sat, 20 May 2017 16:21:39 +0000 (-0500) Subject: Include iTunes in default sources X-Git-Tag: 0.2.0^2~2^2~1 X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli/commitdiff_plain/56f3eeec7d0a706a017bd4edea8905d717e96f3b Include iTunes in default 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