Replace local audio backend to OCP within configuration

This commit is contained in:
j1nx 2022-06-28 15:59:08 +02:00
parent 71572a9fc5
commit 580d2ec8ed
1 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@
},
"Audio": {
"backends": {
"local": {
"OCP": {
"type": "ovos_common_play",
"dbus_type": "system",
"manage_external_players": true,
@ -95,7 +95,7 @@
"active": true
}
},
"default-backend": "local"
"default-backend": "OCP"
},
"log_level": "INFO"
}