]> git.r.bdr.sh - rbdr/lyricli/blobdiff - Sources/source_manager.swift
Merge branch 'release/0.3.0' into develop
[rbdr/lyricli] / Sources / source_manager.swift
index aaac6963dfacef66482e3a1f7f054eb0138b5010..e6c42da6f66419937a31a5457893d339b1b32836 100644 (file)
@@ -4,7 +4,8 @@ class SourceManager {
     // List of sources enabled for the crurent platform
     private var availableSources: [String: Source] = [
         "arguments": ArgumentsSource(),
-        "itunes": ItunesSource()
+        "itunes": ItunesSource(),
+        "spotify": SpotifySource()
     ]
 
     // Iterate over the sources until we find a track or run out of sources