linting
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 13 Sep 2020 10:31:06 +0000 (12:31 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 13 Sep 2020 10:31:06 +0000 (12:31 +0200)
music_assistant/models/config_entry.py

index 1797dbdb558566ff4e9110cc8fa369dd3bc44cf9..ef074e3bf516e08ce541e8f0c4eacd28a299fc65 100644 (file)
@@ -29,7 +29,7 @@ class ConfigEntry:
     description_key: Optional[str] = None  # key in the translations file
     help_key: Optional[str] = None  # key in the translations file
     multi_value: bool = False  # allow multiple values from the list
-    depends_on: str = ""  # entry_key that needs to be set before this setting shows up in frontend
+    depends_on: str = ""  # needs to be set before this setting shows up in frontend
     hidden: bool = False  # hide from UI
     value: Optional[Any] = None  # set by the configuration manager
     store_hashed: bool = False  # value will be hashed, non reversible