]> git.r.bdr.sh - rbdr/lyricli/commitdiff
Include iTunes in default sources
authorBen Beltran <redacted>
Sat, 20 May 2017 16:21:39 +0000 (11:21 -0500)
committerBen Beltran <redacted>
Sat, 20 May 2017 16:21:39 +0000 (11:21 -0500)
Sources/configuration.swift

index f1a1ee1203ac04c5e129d80ff69ab98b96be220a..1db36959f2367a38e218ac3521049924e3308686 100644 (file)
@@ -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