]> git.r.bdr.sh - rbdr/lyricli/blobdiff - Sources/lyricli/source_manager.swift
add distribution to gitignore
[rbdr/lyricli] / Sources / lyricli / source_manager.swift
index 2f0b8f48ac5d8bfd2c737ad4f6e4b5bf2cbda3ab..481d327de3b9b57ee36174d380d7f017a52450dd 100644 (file)
@@ -2,8 +2,8 @@
 class SourceManager {
 
     // List of sources enabled for the crurent platform
-    private var availableSources: [String: Source] = [
-        "itunes": ItunesSource(),
+    var availableSources: [String: Source] = [
+        "apple_music": AppleMusicSource(),
         "spotify": SpotifySource()
     ]