]> git.r.bdr.sh - rbdr/lyricli/blobdiff - Sources/source_manager.swift
Update structure for changelog
[rbdr/lyricli] / Sources / source_manager.swift
index 5ee1305c9927cb8968ba2aba05b074c19a3c5b17..e6c42da6f66419937a31a5457893d339b1b32836 100644 (file)
@@ -3,7 +3,9 @@ class SourceManager {
 
     // List of sources enabled for the crurent platform
     private var availableSources: [String: Source] = [
-        "arguments": ArgumentsSource()
+        "arguments": ArgumentsSource(),
+        "itunes": ItunesSource(),
+        "spotify": SpotifySource()
     ]
 
     // Iterate over the sources until we find a track or run out of sources