X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli/blobdiff_plain/d852b84edc24f1f1bbf4c34aa359447970e732b0..38d5d6de414ad69d6a7dc744e4aed39c488ba30f:/Sources/source_manager.swift diff --git a/Sources/source_manager.swift b/Sources/source_manager.swift index 5ee1305..e6c42da 100644 --- a/Sources/source_manager.swift +++ b/Sources/source_manager.swift @@ -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