[ALL] Disable MPRIS support for now (one step at a time)

This commit is contained in:
j1nx 2023-11-07 09:45:18 +00:00
parent 6978919f16
commit 4a2aec918b
1 changed files with 4 additions and 3 deletions

View File

@ -70,15 +70,16 @@
"manage_external_players": true, "manage_external_players": true,
"active": true, "active": true,
"youtube_backend": "youtube-dl", "youtube_backend": "youtube-dl",
"ydl_backend": "auto" "ydl_backend": "auto",
"disable_mpris": true
}, },
"vlc": { "vlc": {
"type": "ovos_vlc", "type": "ovos_vlc",
"active": true "active": false
}, },
"simple": { "simple": {
"type": "ovos_audio_simple", "type": "ovos_audio_simple",
"active": true "active": false
} }
} }
}, },