aboutsummaryrefslogtreecommitdiff
path: root/Sources
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2017-05-20 11:21:30 -0500
committerBen Beltran <ben@nsovocal.com>2017-05-20 11:21:30 -0500
commitf24ce9a23fbe1eeb017b41c426eb2577dd9bc230 (patch)
treedfc100547ce49a6a23d65dab1c235c25f922b9e1 /Sources
parent893a0a9b70b5c436802afccfd9639523676b39a6 (diff)
Add iTunes source to available sources
Diffstat (limited to 'Sources')
-rw-r--r--Sources/source_manager.swift3
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