From 5a18ae9d05553ad8554b541f477b5c4f5457413b Mon Sep 17 00:00:00 2001 From: Ken Smith Date: Mon, 17 May 2021 15:40:16 -0400 Subject: [PATCH] dont kill acive media skills --- __init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/__init__.py b/__init__.py index 10407df..845832a 100644 --- a/__init__.py +++ b/__init__.py @@ -47,6 +47,7 @@ class VolumeSkill(MycroftSkill): def __init__(self): super(VolumeSkill, self).__init__("VolumeSkill") + self.skill_control.category = 'system' self.settings["default_level"] = 6 # can be 0 (off) to 10 (max) self.settings["min_volume"] = 0 # can be 0 to 100 if self.config_core['enclosure'].get('platform') == 'mycroft_mark_1':