diff options
| author | Ben Beltran <ben@nsovocal.com> | 2017-05-20 11:33:50 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2017-05-20 11:33:50 -0500 |
| commit | 11ad3677e9c82da39494ee75fbff56695df0d2b9 (patch) | |
| tree | 01141c277297535867c7adb912b946796cd9e7a8 /Sources/source_manager.swift | |
| parent | ee966aa755acd8eea53c982e43e13aef4f193984 (diff) | |
| parent | b7375241b8ca1e34d7aca4aa77414f699985cdf7 (diff) | |
Merge branch 'release/0.2.0'0.2.0
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 |