]> git.r.bdr.sh - rbdr/lyricli/blobdiff - Sources/configuration.swift
Bump the version
[rbdr/lyricli] / Sources / configuration.swift
index 1db36959f2367a38e218ac3521049924e3308686..05e28021ec4429a03b81d3508030e1c55e52c708 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", "itunes"]
+        "enabled_sources": ["arguments", "itunes", "spotify"]
     ]
 
     // The shared instance of the object