]> git.r.bdr.sh - rbdr/lyricli/blobdiff - Sources/source_manager.swift
Simulate lyrics engine
[rbdr/lyricli] / Sources / source_manager.swift
index d0af81720325aef3684ef06034ad3caa0bfffbc8..dd956ad3ca680418376cc06e1b494d14f511ac3b 100644 (file)
@@ -1,5 +1,5 @@
 /// Manages the different sources. Keeps track of them, lists and toggles
-public class SourceManager {
+class SourceManager {
 
     private var availableSources: [String: Source] = [
         "arguments": ArgumentsSource()