X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli/blobdiff_plain/29a566fada656091bf92456f6fb0f1bea5b6dca3..93d445df01ca9044470b4d31cc729506cd8b627c:/Sources/configuration.swift diff --git a/Sources/configuration.swift b/Sources/configuration.swift index f1a1ee1..05e2802 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", "spotify"] ] // The shared instance of the object