From d1a147d40ae00fd1f9f48a0b5e2f8a798849fd3d Mon Sep 17 00:00:00 2001 From: Essau Ramirez Date: Sat, 25 Nov 2017 13:22:29 -0600 Subject: Added Spotify source support (#2) * Added Spotify source support. Fixes #1 * Handle empty track being returned from itunes --- Sources/configuration.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Sources/configuration.swift') diff --git a/Sources/configuration.swift b/Sources/configuration.swift index 1db3695..05e2802 100644 --- a/Sources/configuration.swift +++ b/Sources/configuration.swift @@ -8,7 +8,7 @@ class Configuration { // Default options, will be automatically written to the global config if // not found. private var configuration: [String: Any] = [ - "enabled_sources": ["arguments", "itunes"] + "enabled_sources": ["arguments", "itunes", "spotify"] ] // The shared instance of the object -- cgit