[ALL] Disable MPRIS support for now (one step at a time)
This commit is contained in:
parent
6978919f16
commit
4a2aec918b
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue