diff options
| author | Ben Beltran <ben@nsovocal.com> | 2017-05-20 11:28:09 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2017-05-20 11:28:09 -0500 |
| commit | 27eea5168b00796ab254247a072d936195c37d31 (patch) | |
| tree | 57ed45da170478ca4f4906b1cc474904508adfbb /Sources/source_manager.swift | |
| parent | 3bab02fa48a7474f4b03e4afb73e7f6842555ce4 (diff) | |
| parent | 4c5df35e2af0d6c048e9b366d50ef740cfe0a728 (diff) | |
Merge branch 'feature/rbdr-itunes-source' into develop
Diffstat (limited to 'Sources/source_manager.swift')
| -rw-r--r-- | Sources/source_manager.swift | 3 |
1 files changed, 2 insertions, 1 deletions
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 |