Merge pull request #1778 from forslund/feature/blacklist-pandora

Blacklist pianobar-skill
pull/1779/head
Michael Nguyen 2018-08-30 12:42:18 -05:00 committed by GitHub
commit 7ab0db60e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@
// Enable auto update by msm // Enable auto update by msm
"auto_update": true, "auto_update": true,
// blacklisted skills to not load // blacklisted skills to not load
"blacklisted_skills": ["skill-media", "send_sms", "skill-wolfram-alpha"], "blacklisted_skills": ["skill-media", "send_sms", "skill-wolfram-alpha", "pianobar-skill"],
// priority skills to be loaded first // priority skills to be loaded first
"priority_skills": ["mycroft-pairing", "mycroft-volume"], "priority_skills": ["mycroft-pairing", "mycroft-volume"],
// Time between updating skills in hours // Time between updating skills in hours