X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli/blobdiff_plain/d852b84edc24f1f1bbf4c34aa359447970e732b0..56f3eeec7d0a706a017bd4edea8905d717e96f3b:/Sources/configuration.swift 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