X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli/blobdiff_plain/772c8a7d231044bbdc50392f3192ea34f0b23288..d1a147d40ae00fd1f9f48a0b5e2f8a798849fd3d:/Sources/source_manager.swift?ds=sidebyside diff --git a/Sources/source_manager.swift b/Sources/source_manager.swift index aaac696..e6c42da 100644 --- a/Sources/source_manager.swift +++ b/Sources/source_manager.swift @@ -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