X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli/blobdiff_plain/29a566fada656091bf92456f6fb0f1bea5b6dca3..11ad3677e9c82da39494ee75fbff56695df0d2b9:/Sources/source_manager.swift diff --git a/Sources/source_manager.swift b/Sources/source_manager.swift index 5ee1305..aaac696 100644 --- a/Sources/source_manager.swift +++ b/Sources/source_manager.swift @@ -3,7 +3,8 @@ class SourceManager { // List of sources enabled for the crurent platform private var availableSources: [String: Source] = [ - "arguments": ArgumentsSource() + "arguments": ArgumentsSource(), + "itunes": ItunesSource() ] // Iterate over the sources until we find a track or run out of sources