summaryrefslogtreecommitdiff
path: root/Sources/source_manager.swift
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2017-11-25 13:32:09 -0600
committerBen Beltran <ben@nsovocal.com>2017-11-25 13:32:09 -0600
commit413361cf1ad1110382b096d6e965e558c6ad598d (patch)
treef1d566446d5af6e2cbedd23e822834453473cb8c /Sources/source_manager.swift
parent11ad3677e9c82da39494ee75fbff56695df0d2b9 (diff)
parent93d445df01ca9044470b4d31cc729506cd8b627c (diff)
Merge branch 'release/0.3.0'0.3.0
Diffstat (limited to 'Sources/source_manager.swift')
-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 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