diff options
| author | Ben Beltran <ben@nsovocal.com> | 2017-11-25 13:32:09 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2017-11-25 13:32:09 -0600 |
| commit | 413361cf1ad1110382b096d6e965e558c6ad598d (patch) | |
| tree | f1d566446d5af6e2cbedd23e822834453473cb8c /Sources/configuration.swift | |
| parent | 11ad3677e9c82da39494ee75fbff56695df0d2b9 (diff) | |
| parent | 93d445df01ca9044470b4d31cc729506cd8b627c (diff) | |
Merge branch 'release/0.3.0'0.3.0
Diffstat (limited to 'Sources/configuration.swift')
| -rw-r--r-- | Sources/configuration.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sources/configuration.swift b/Sources/configuration.swift index 1db3695..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", "itunes"] + "enabled_sources": ["arguments", "itunes", "spotify"] ] // The shared instance of the object |